Increased mat-file size with v7.3
4 views (last 30 days)
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!
0 Comments
Answers (1)
See Also
Categories
Find more on Standard File Formats 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!