Problem to save a variable to a .mat file

조회 수: 4 (최근 30일)
Rafael Freire
Rafael Freire 2014년 6월 11일
답변: Image Analyst 2014년 6월 11일
When I try to save my workspace i got this message
Warning: Variable 'Colunas2D' cannot be saved to
a MAT-file whose version is older than 7.3.
To save this variable, use the -v7.3 switch.
Skipping...
How can I save this variable into a .mat file Thank you

답변 (2개)

José-Luis
José-Luis 2014년 6월 11일
편집: José-Luis 2014년 6월 11일
The error message is descriptive. Please try:
save(filename,variables,'-v7.3')
Please read the documentation if you would like to understand better:
doc save

Image Analyst
Image Analyst 2014년 6월 11일
You can delete that old, pre-v7.3 mat file, and just save it anew.

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by