How can I save a huge matrix to a mat file?
17 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone,
I've got a small problem I am working with large matrices and it seems that matlab cant save them as soon as they get large (20 000 x 15 000 complex double). Has anyone had that problem before and how do I solve it?
Thanks in advance
0 件のコメント
採用された回答
Sean de Wolski
2012 年 11 月 8 日
Of course it can!
You just have to save it in -v7.3 format.
save A.mat A -v7.3
doc save %for more info
その他の回答 (0 件)
参考
カテゴリ
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!