码迷,mamicode.com
首页 > 其他好文 > 详细

【matlab】Error using save Unable to write file pqfile.mat: permission denied.解决

时间:2016-10-11 18:19:28      阅读:914      评论:0      收藏:0      [点我收藏+]

标签:

save(‘pqfile.mat‘,‘M‘);

这里M是个矩阵

报错:

Error using save
Unable to write file pqfile.mat: permission denied.

 

解决

https://cn.mathworks.com/matlabcentral/answers/85736-how-to-save-to-mat-file

原来是没有权限写当前目录,换个位置就好了

 

 save(‘E:\我的坚果云\pqfile.mat‘,‘M‘);

【matlab】Error using save Unable to write file pqfile.mat: permission denied.解决

标签:

原文地址:http://www.cnblogs.com/xy123001/p/5950137.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!