Error in saving data

4 visualizaciones (últimos 30 días)
Neda Deljavan
Neda Deljavan el 6 de Mzo. de 2023
Editada: Jan el 6 de Mzo. de 2023
Hi every body,
I have got an error in saving data
Error:
Warning: Variable 'data_1_all' was not saved. For variables larger than 2GB use MAT-file version 7.3 or later.
How can I fix it?
Thanks in advance for your help.
Neda

Respuestas (1)

Jan
Jan el 6 de Mzo. de 2023
Editada: Jan el 6 de Mzo. de 2023
As the message tells you: Use a MAT file version 7.3 . You can find instructions by doc save.
save('File.mat', 'YourVariable', '-v7.3')
You can set this as default in the preferences also.

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by