Error in Saving mat file

조회 수: 10 (최근 30일)
Honey
Honey 2020년 3월 8일
댓글: Honey 2020년 3월 8일
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
Stephen23
Stephen23 2020년 3월 8일
"What should I do?"
Have you tried following the advice given in the error message?

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

답변 (1개)

Thiago Henrique Gomes Lobato
Thiago Henrique Gomes Lobato 2020년 3월 8일
You can use the version 7,3 like this:
save('DATA.mat','DATA','-v7.3');
  댓글 수: 1
Honey
Honey 2020년 3월 8일
Thank you,
I will do it and hope it will work.

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

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by