필터 지우기
필터 지우기

書き込み権限について

조회 수: 54 (최근 30일)
Motoki Hatsuda
Motoki Hatsuda 2022년 10월 21일
댓글: Motoki Hatsuda 2022년 10월 23일
pcwriteを含むコードを実行すると、以下の警告が出てきます
以前は同じコードでも問題なく実行できたのですが、解決策が分かる方はいますでしょうか?
  댓글 수: 2
Atsushi Ueno
Atsushi Ueno 2022년 10월 21일
状況が判らず何とも言えませんが、エラーメッセージの示す通り該当するファイルやフォルダにアクセス権限が無いと書き込めないので、確認する必要があります。
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 2022년 10월 23일
返信遅くなりました アクセス許可がなかったので許可したら無事出来ました ありがとうございます

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 起動と終了에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!