save in .mat
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Star Strider
2016 年 5 月 6 日
Apparently, it wants you to use the syntax:
save(filename,'Ybustotal','-v7.3')
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!