saving mat files >2gb
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I was trying to save my variables which greater than 2gb, as per the previous error using -v7.3, It was taking considerably long time and in between my laptop blanked out, so I had to restart it again, my lap is 8gb ram,i5 8thgen, is it a ram problem(do i need to expand) or is there any better version of saving the variable larger than 2gb?
5 comentarios
Stephen23
el 10 de Jul. de 2019
Keerthi Sasikumar's "Answer" moved here:
There were 2 variables which I had to save, and since it showed error: 'unable to save due to size greater than 2gb,use matfile v7.3', i used the command save('final_lan.mat', 'newdata','newdata_2', '-v7.3') The variable is daily sst anomaly lanczos filtered data which hasn size 1440*720*365. Now it resolved when I tried to save each variable seperatly in the same way.
Respuestas (1)
Ver también
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!