save in .mat

조회 수: 3 (최근 30일)
mohammed hussein
mohammed hussein 2016년 5월 6일
댓글: Star Strider 2016년 5월 6일
Hi i have problem when i saved matrix in name (Ybustotal) in 3D (609*609*1024) the matlab gives me this massage Warning: Variable 'Ybustotal' cannot be saved to a MAT-file whose version is older than 7.3. To save this variable, use the -v7.3 switch. Skipping...
i am using MATLAB R2014a can any one help me with this problem
thank you

채택된 답변

Star Strider
Star Strider 2016년 5월 6일
Apparently, it wants you to use the syntax:
save(filename,'Ybustotal','-v7.3')
  댓글 수: 5
mohammed hussein
mohammed hussein 2016년 5월 6일
thank you very much for all of you it works
Star Strider
Star Strider 2016년 5월 6일
My pleasure.

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

추가 답변 (0개)

카테고리

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