首页 > TAG信息列表 > matlabFile

使用python将mat文件转化为json文件并储存

import os import scipy.io as spio import pandas as pd def loadmat(filename): """ this function should be called instead of direct spio.loadmat as it cures the problem of not properly recovering python dictionaries from mat