書き込み権限について
52 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
pcwriteを含むコードを実行すると、以下の警告が出てきます
以前は同じコードでも問題なく実行できたのですが、解決策が分かる方はいますでしょうか?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1164158/image.png)
2 comentarios
Atsushi Ueno
el 21 de Oct. de 2022
状況が判らず何とも言えませんが、エラーメッセージの示す通り該当するファイルやフォルダにアクセス権限が無いと書き込めないので、確認する必要があります。
fileattrib % Windows で現在のフォルダー属性を表示。UserWrite権限がある(1)かどうか
ls -al % linux環境であればlsコマンドにオプションを付けて実行可能
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!