Resolving "Permission Denied" when creating a file.
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 16 Oct 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
le 16 Oct 2023
To test for write access, try to save a test file there (independent of MATLAB).
Claire
le 1 Nov 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!