-v7.3 switch

6 Ansichten (letzte 30 Tage)
Yuji Zhang
Yuji Zhang am 30 Sep. 2013
Kommentiert: Benoit Espinola am 19 Mär. 2020
Hi everyone~
I had problem saving a large variable (It's a cell. I think the problem is it's very large)
The message is this:
Warning: Variable 'results_all' cannot be saved to a MAT-file whose version is older than 7.3. To save this variable, use the -v7.3 switch.
I couldn't find out how to use the -v7.3 feature. Could somebody help? Thanks a lot~
  1 Kommentar
Cedric
Cedric am 30 Sep. 2013
Bearbeitet: Cedric am 30 Sep. 2013
save('myFile.mat', '-v7.3') ;

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Shashank Prasanna
Shashank Prasanna am 30 Sep. 2013
If the file is larger than 2GB then you will have to use 7.3. You can choose the version 7.3 option in the MATLAB preferences. The following article has information about the different formats:
  2 Kommentare
Yuji Zhang
Yuji Zhang am 2 Okt. 2013
Thanks a lot Shashank~~
Benoit Espinola
Benoit Espinola am 19 Mär. 2020
Lacks examples for save(file, variables, version)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by