unable to write file permission denied

조회 수: 319 (최근 30일)
Imene Yed
Imene Yed 2021년 5월 30일
댓글: Walter Roberson 2022년 7월 26일
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
Taimoor Ahsan
Taimoor Ahsan 2022년 7월 26일
we also have this problem
Walter Roberson
Walter Roberson 2022년 7월 26일
As described below, you are in a directory that you do not have write access to.

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

채택된 답변

Torsten
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
Imene Yed
Imene Yed 2021년 5월 30일
Thank you so much @Torsten and @Walter Roberson
Torsten
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 CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by