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일

0 개 추천

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.

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

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

제품

릴리스

R2019b

태그

질문:

2020년 3월 8일

댓글:

2020년 3월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by