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!