Info
此问题已关闭。 请重新打开它进行编辑或回答。
I am getting errors trying to open figures of large data sets
1 次查看(过去 30 天)
显示 更早的评论
see image
thanks Rudy
0 个评论
回答(1 个)
Sanjana Ramakrishnan
2017-6-15
The error message might occur if you try to store matrix in the mat file which has size greater than the maximum size supported by that particular version of MAT file.
There are several subsequent versions of MAT-files that support an increasing maximum size of variables that can be stored in the MAT files. Refer the below link for more information:
https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html
Modify the version of your MAT file as per your need to resolve this issue.
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!