1保存为,mat文件 import scipy.io as sio sio.savemat('r1.mat', {'array': r1}) 这样保存的话,在matlab打开之后直接是数据,而不是结构体类型,踩了一上午的坑,发现此方法可行