主题
:
在Python中读取.mat文件
查看单个帖子
2019-12-10, 16:49
#
1
poster
高级会员
注册日期: 2019-11-21
帖子: 3,006
声望力:
66
在Python中读取.mat文件
是否可以用Python读取二进制MATLAB .mat文件?
我已经看到SciPy声称支持读取.mat文件,但是我没有成功。我安装了SciPy 0.7.0版,但找不到loadmat()方法。
回答:
需要import scipy.io , import scipy.io ...
import scipy.io mat = scipy.io.loadmat('file.mat')
更多&回答...
poster
查看公开信息
发送悄悄话给 poster
查找 poster 发表的更多帖子