Effacer les filtres
Effacer les filtres

書き込み権限について

41 vues (au cours des 30 derniers jours)
Motoki Hatsuda
Motoki Hatsuda le 21 Oct 2022
Commenté : Motoki Hatsuda le 23 Oct 2022
pcwriteを含むコードを実行すると、以下の警告が出てきます
以前は同じコードでも問題なく実行できたのですが、解決策が分かる方はいますでしょうか?
  2 commentaires
Atsushi Ueno
Atsushi Ueno le 21 Oct 2022
状況が判らず何とも言えませんが、エラーメッセージの示す通り該当するファイルやフォルダにアクセス権限が無いと書き込めないので、確認する必要があります。
fileattrib % Windows で現在のフォルダー属性を表示。UserWrite権限がある(1)かどうか
Name: '/users/mss.system.mV7bvq' archive: NaN system: NaN hidden: NaN directory: 1 UserRead: 1 UserWrite: 1 UserExecute: 1 GroupRead: 1 GroupWrite: 0 GroupExecute: 1 OtherRead: 1 OtherWrite: 0 OtherExecute: 1
ls -al % linux環境であればlsコマンドにオプションを付けて実行可能
total 8 drwxr-xr-x 2 mluser worker 4096 Oct 21 09:27 . drwx------ 1 mluser worker 4096 Oct 21 09:27 ..
Motoki Hatsuda
Motoki Hatsuda le 23 Oct 2022
返信遅くなりました アクセス許可がなかったので許可したら無事出来ました ありがとうございます

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 起動と終了 dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!