摘要: # 存储数据 import scipy.io as sio output_file = "xx.mat" output_dict = {"a":data,"b":data} sio.savemat(output_file,output_dict) # 读取数据 sio.loadmat(output_ 阅读全文
posted @ 2021-05-17 03:01 schaffen 阅读(109) 评论(0) 推荐(0) 编辑