列出当前目录 import os; print os.getcwd()
python load .mat variable a
import scipy.io as sp
tmp=sp.loadmat('a.mat')data=tmp['a']