Borrar filtros
Borrar filtros

Error in Saving mat file

5 visualizaciones (últimos 30 días)
Honey
Honey el 8 de Mzo. de 2020
Comentada: Honey el 8 de Mzo. de 2020
Hi,
I have a error after runing a very long and time consuming program. I wanted to save it in a mat file.
"Warning: Variable "DATA" was not saved. For variables larger than 2G use MAT-file version 7,3 or later"
My Matlab is "R2019b". What should I do?
  1 comentario
Stephen23
Stephen23 el 8 de Mzo. de 2020
"What should I do?"
Have you tried following the advice given in the error message?

Iniciar sesión para comentar.

Respuestas (1)

Thiago Henrique Gomes Lobato
Thiago Henrique Gomes Lobato el 8 de Mzo. de 2020
You can use the version 7,3 like this:
save('DATA.mat','DATA','-v7.3');
  1 comentario
Honey
Honey el 8 de Mzo. de 2020
Thank you,
I will do it and hope it will work.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by