Resolving "Permission Denied" when creating a file.
이전 댓글 표시
I am currently trying to include an animation in my code, but when I run it, I get an error message saying, "Cannot create file PS4_animation. Permission Denied." How can I resolve this?
댓글 수: 3
Walter Roberson
2023년 10월 16일
What is your current directory ( pwd ) at the time you are trying to open the file? Do you have write access to that directory?
Torsten
2023년 10월 16일
To test for write access, try to save a test file there (independent of MATLAB).
Claire
2023년 11월 1일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File 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!