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!