How can I save a huge matrix to a mat file?

조회 수: 9 (최근 30일)
NN
NN 2012년 11월 8일
댓글: Avner Atias 2017년 3월 22일
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

채택된 답변

Sean de Wolski
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 CenterFile 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!

Translated by