Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 mat 文件中有一个数据(观察和特征),我想将它加载到 numpy 二维数组中。我不想先将其转换为 csv,然后将 csv 加载到 numpy 中。
使用scipy 的 loadmat (API-docs)。
文档应该足以让您继续前进,但请务必阅读说明。
还有一些示例的io-tutorial 。