用Python讀取MATLAB文件

MATLAB存儲mat文件,數據大小超過2GB,採用-v7.3存儲python python讀取mat文件 -v7格式 scipy.io庫 import scipy.io as sio  matfn = '/home/weiliu/workspace/python/matlab/mat4py.mat' data = sio.loadmat(matfn) -v7.3格式  h5py庫 import
相關文章
相關標籤/搜索