unable to write file permission denied
223 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Imene Yed
il 30 Mag 2021
Commentato: Walter Roberson
il 26 Lug 2022
I'm trying to put an output by using:
save expr.txt t expr_at_i -ascii how can I allow the permission
Unable to write file expr.txt: permission denied
2 Commenti
Walter Roberson
il 26 Lug 2022
As described below, you are in a directory that you do not have write access to.
Risposta accettata
Torsten
il 30 Mag 2021
Modificato: Walter Roberson
il 30 Mag 2021
After starting Matlab, type in the command window "cd" followed by a folder where you have writing permission.
See
for more details.
8 Commenti
Torsten
il 30 Mag 2021
But be careful now as Admin that you don't overwrite important files.
Better change to a drive different from the C drive and create your working folder there.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!