can anyone please suggest me how to tackle this problem ? for matlab 2015a
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
madhan ravi
el 7 de En. de 2019
Editada: madhan ravi
el 7 de En. de 2019
Change your working path and try again.
4 comentarios
Walter Roberson
el 8 de En. de 2019
if ispc()
HOME = getenv('HOMEPATH');
else
HOME = getenv('HOME');
end
cd(HOME)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!