How can I save a huge matrix to a mat file?
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Sean de Wolski
il 8 Nov 2012
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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!