unable to write file permission denied
223 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to put an output by using:
save expr.txt t expr_at_i -ascii how can I allow the permission
Unable to write file expr.txt: permission denied
2 件のコメント
Walter Roberson
2022 年 7 月 26 日
As described below, you are in a directory that you do not have write access to.
採用された回答
Torsten
2021 年 5 月 30 日
編集済み: Walter Roberson
2021 年 5 月 30 日
After starting Matlab, type in the command window "cd" followed by a folder where you have writing permission.
See
for more details.
8 件のコメント
Torsten
2021 年 5 月 30 日
But be careful now as Admin that you don't overwrite important files.
Better change to a drive different from the C drive and create your working folder there.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!