首页 > 其他 > 详细

Matlab 之 Warning: Variable 'a' cannot be saved to a MAT-file whose version is older than 7.3.

时间:2015-08-19 14:53:14      阅读:298      评论:0      收藏:0      [点我收藏+]

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...


解决办法:

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

2、save -v7.3 TrainData.mat trainPatches

版权声明:本文为博主原创文章,未经博主允许不得转载。

Matlab 之 Warning: Variable 'a' cannot be saved to a MAT-file whose version is older than 7.3.

原文:http://blog.csdn.net/u013630349/article/details/47779827

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!