Clear Filters
Clear Filters

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

23 views (last 30 days)
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

Accepted Answer

Sean de Wolski
Sean de Wolski on 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

More Answers (0)

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!