摘要: import scipy.io data = scipy.io.loadmat('1.mat') # 假设文件名为1.mat # data类型为dictionary print data.keys() # 即可知道Mat文件中存在数据名,假设存在'x', 'y'两列数据 print data['x' 阅读全文
posted @ 2018-05-04 20:21 真勇士王小山 阅读(196) 评论(0) 推荐(0) 编辑