Increased mat-file size with v7.3
Show older comments
Hi guys,
I am saving a Database in a mat-file. Now I'm at a point where Matlab suggests I should switch to v.73 because the file is too big or hast too many entries.
I switched it in my Code and run a test with a montly import. The file size now increased from 17MB to 620MB.
My Data is saved as a struct with some sub-strucures including cell arrays and double arrays.
I don't understand why my file gets so much bigger now. I thought compression was turned on by default on v7.3.
Are there any tipps what i should look after?
Here's my save code:
save(Data.mat,'Data','-v7.3');
Thanks for your help in advance!
Answers (1)
KSSV
on 7 Nov 2016
Edited: Walter Roberson
on 7 Nov 2016
1 vote
3 Comments
David Baitinger
on 8 Nov 2016
KSSV
on 8 Nov 2016
There is option of Netcdf too....I feel Netcdf is more user friendly and easy.
Categories
Find more on Workspace Variables and MAT Files 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!