The following is how to read a .mat file
http://mzmttks.blogspot.com/2011/01/how-to-read-matlab-mat-by-python-scipy.html
import numpy
import scipy.io.matlab.mio
outdict = {'string':'string', 'value':2, 'complex':1+3j,
'array':numpy.ones([2,3],'
obj = scipy.io.matlab.mio.
obj.put_variables(outdict)
0 件のコメント:
コメントを投稿