您的位置:首页 > 编程语言 > MATLAB

matlab错误:Warning: Variable 'a' cannot be saved to a MAT-file whose version is older than 7.3.

2013-11-04 19:45 741 查看
save mat文件的时候出现错误:

matlab错误提示:

Warning: Variable 'a' cannot be saved to a MAT-file whose version

is older than 7.3.

To save this variable, use the -v7.3 switch.


Skipping...

解决办法:

打开matlab,file/preferences,general选项卡-MAT-Files,选择第一个。

save -v7.3 TrainData.mat trainPatches

参考网址:http://hi.baidu.com/jin07081329/item/a059e687bbab51e598255fcc
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐