Error in Saving mat file
5 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a error after runing a very long and time consuming program. I wanted to save it in a mat file.
"Warning: Variable "DATA" was not saved. For variables larger than 2G use MAT-file version 7,3 or later"
My Matlab is "R2019b". What should I do?
1 件のコメント
Stephen23
2020 年 3 月 8 日
"What should I do?"
Have you tried following the advice given in the error message?
回答 (1 件)
Thiago Henrique Gomes Lobato
2020 年 3 月 8 日
You can use the version 7,3 like this:
save('DATA.mat','DATA','-v7.3');
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!