【发布时间】:2017-04-06 23:18:25
【问题描述】:
我使用 Octave 生成并保存了大量数据文件,现在我需要在 MATLAB 中打开它们作为分析它们的一部分。 MATLAB 吐出这个错误。
Error using load
Unable to read MAT-file
[file path]/PhPar_40.mat: not a binary MAT-file.
Try LOAD -ASCII to read as text.
尝试它的 load -ASCII 建议然后给出这个错误。
Error using load
Number of columns on line 2 of ASCII file
[filepath]/PhPar_40.mat must be the same as previous lines.
我(现在)知道 Octave 能够以 MATLAB 可读格式保存,但重新创建这些数据文件会花费大量时间,而且确实不是一种选择。有没有办法让 MATLAB 读取这些文件?
【问题讨论】:
-
请分享您用于将文件保存为八度的命令。
标签: matlab octave compatibility