Increased mat-file size with v7.3
Mostrar comentarios más antiguos
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!
Respuestas (1)
KSSV
el 7 de Nov. de 2016
Editada: Walter Roberson
el 7 de Nov. de 2016
1 voto
3 comentarios
David Baitinger
el 8 de Nov. de 2016
KSSV
el 8 de Nov. de 2016
There is option of Netcdf too....I feel Netcdf is more user friendly and easy.
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!