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

1 回表示 (過去 30 日間)
panda xl
panda xl 2019 年 1 月 7 日
コメント済み: Walter Roberson 2019 年 1 月 8 日
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 ?

回答 (1 件)

madhan ravi
madhan ravi 2019 年 1 月 7 日
編集済み: madhan ravi 2019 年 1 月 7 日
Change your working path and try again.
  4 件のコメント
panda xl
panda xl 2019 年 1 月 8 日
which cd sir ? installation folder or what ?
Walter Roberson
Walter Roberson 2019 年 1 月 8 日
if ispc()
HOME = getenv('HOMEPATH');
else
HOME = getenv('HOME');
end
cd(HOME)

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by