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 CenterFile Exchange에서 Introduction 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