Resolving "Permission Denied" when creating a file.
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 16 de Oct. de 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
el 16 de Oct. de 2023
To test for write access, try to save a test file there (independent of MATLAB).
Claire
el 1 de Nov. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!