Resolving "Permission Denied" when creating a file.
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 16 Okt. 2023
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
am 16 Okt. 2023
To test for write access, try to save a test file there (independent of MATLAB).
Claire
am 1 Nov. 2023
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!