save in .mat

3 次查看(过去 30 天)
mohammed hussein
mohammed hussein 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