can anyone please suggest me how to tackle this problem ? for matlab 2015a
1 回表示 (過去 30 日間)
古いコメントを表示
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 ?
0 件のコメント
回答 (1 件)
madhan ravi
2019 年 1 月 7 日
編集済み: madhan ravi
2019 年 1 月 7 日
Change your working path and try again.
4 件のコメント
Walter Roberson
2019 年 1 月 8 日
if ispc()
HOME = getenv('HOMEPATH');
else
HOME = getenv('HOME');
end
cd(HOME)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!