How can I save a huge matrix to a mat file?
14 次查看(过去 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!