Filter löschen
Filter löschen

Directory access error in MATLAB

29 Ansichten (letzte 30 Tage)
MathWorks Support Team
MathWorks Support Team am 25 Feb. 2020
Why do I see the error: "The current directory c:\program files\matlab\r2019b\bin is reserved for MATLAB files" when I try to run the simulation for a model?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 25 Feb. 2020
Bearbeitet: MathWorks Support Team am 25 Feb. 2020
Some folders in MATLAB installation location are reserved for MATLAB files.
If these folders are set as the current working folder in MATLAB, you will get a directory access error.
To resolve the error, please change the current folder to a writable folder such as C:\Users\<user_name>\Desktop.
This can be done in two ways:
  1. Using cd command from the command line (https://www.mathworks.com/help/matlab/ref/cd.html)
  2. Using GUI: Click on the folder-icon with green arrow on it (it has been marked with a red rectangle in the attached image) and select a writable folder such as C:\Users\<user_name>\Desktop _or _C:\Users\<user_name>\Documents.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by