can anyone please suggest me how to tackle this problem ? for matlab 2015a

1 Ansicht (letzte 30 Tage)
Your current working folder is: C:\Program Files\MATLAB\MATLAB Production Server\R2015a\bin Simulink does not permit you to modify the MATLAB installation area. Please change to a working folder that is not in the MATLAB installation area and re-try the previous command. Can help me somebody ?

Antworten (1)

madhan ravi
madhan ravi am 7 Jan. 2019
Bearbeitet: madhan ravi am 7 Jan. 2019
Change your working path and try again.
  4 Kommentare
panda xl
panda xl am 8 Jan. 2019
which cd sir ? installation folder or what ?
Walter Roberson
Walter Roberson am 8 Jan. 2019
if ispc()
HOME = getenv('HOMEPATH');
else
HOME = getenv('HOME');
end
cd(HOME)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by