how to get rid of the error like "unable to create new file you may not have permission " on my current folder?
조회 수: 6 (최근 30일)
이전 댓글 표시
how to get rid of the error like "unable to create new file you may not have permission " on my current folder?
댓글 수: 1
KSSV
2018년 11월 6일
You need to check the folder properties.......check and give the permission to edit the folder.
채택된 답변
Walter Roberson
2018년 11월 6일
- cd to a different folder, or
- use your operating system facilities to give yourself permission to write into that folder, or
- in Windows, Run As Administrator. For Linux and Mac, using sudo to run MATLAB is not equivalent, because sudo will change your user identity and MATLAB will say that you are not an authorized user, or
- if your directory is underneath where programs are installed in Windows then there is a way to disable that Windows protection feature
Of these, only cd to a different directory is recommended, but there are cases where sometimes adjusting the security settings is the necessary solution.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!