Why is permission denied to save workspace variables?
6 ビュー (過去 30 日間)
古いコメントを表示
I want to save my workspace variables with function "save something.mat" and it says: Error using save Unable to write file something.mat: permission denied. Why it happens? How can I change it? Thank you very much.
0 件のコメント
採用された回答
Bjorn Gustavsson
2015 年 8 月 24 日
Perhaps you don't have write permissions in the directory where you try to save the results. In that case it might be for a good or bad reason - I typically have disabled write permissions in my directories where I save my raw-data (In my case for good reason based in self-preservation), so I read data from there and save my results in some adjacent work/analysis/results-directory.
HTH
0 件のコメント
その他の回答 (2 件)
Walter Roberson
2015 年 8 月 24 日
If you are using an icon to start MATLAB then your default directory is probably the directory the MATLAB executable is in rather than your home directory.
Also, in MS Windows Vista and later, the directories that applications are installed in are not writable except by Administrator. If your current directory is somewhere under the MATLAB installation you will not be able to save files there.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!