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개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2022a

태그

질문:

2022년 10월 21일

댓글:

2022년 10월 23일

Community Treasure Hunt

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

Start Hunting!