-v7.3 switch

조회 수: 22 (최근 30일)
Yuji Zhang
Yuji Zhang 2013년 9월 30일
댓글: Benoit Espinola 2020년 3월 19일
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
Cedric
Cedric 2013년 9월 30일
편집: Cedric 2013년 9월 30일
save('myFile.mat', '-v7.3') ;

댓글을 달려면 로그인하십시오.

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 9월 30일
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
Yuji Zhang
Yuji Zhang 2013년 10월 2일
Thanks a lot Shashank~~
Benoit Espinola
Benoit Espinola 2020년 3월 19일
Lacks examples for save(file, variables, version)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by