Error in Saving mat file

8 Ansichten (letzte 30 Tage)
Honey
Honey am 8 Mär. 2020
Kommentiert: Honey am 8 Mär. 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 Kommentar
Stephen23
Stephen23 am 8 Mär. 2020
"What should I do?"
Have you tried following the advice given in the error message?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by