How can I save a huge matrix to a mat file?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
NN
el 8 de Nov. de 2012
Comentada: Avner Atias
el 22 de Mzo. de 2017
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 comentarios
Respuesta aceptada
Sean de Wolski
el 8 de Nov. de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!