how to get rid of the error like "unable to create new file you may not have permission " on my current folder?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
imtiyaz ahmed
el 6 de Nov. de 2018
Respondida: Walter Roberson
el 6 de Nov. de 2018
how to get rid of the error like "unable to create new file you may not have permission " on my current folder?
1 comentario
KSSV
el 6 de Nov. de 2018
You need to check the folder properties.......check and give the permission to edit the folder.
Respuesta aceptada
Walter Roberson
el 6 de Nov. de 2018
- 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!