what should i do if i got this message?
Show older comments
Your current working folder is: C:\Program Files\MATLAB\R2016a\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.
Answers (1)
Steven Lord
on 10 Nov 2016
0 votes
"Please change to a working folder that is not in the MATLAB installation area and re-try the previous command."
So cd to a different directory, one not under "C:\Program Files\MATLAB\R2016a".
4 Comments
lily mona
on 14 Jun 2017
how to do that i have the same problem and i don't know how to solve it please help me
Steven Lord
on 14 Jun 2017
Use the cd function. If you want to work in your temporary directory, in which you should have write permissions, use this command:
cd(tempdir)
vaibhav haldavanekar
on 6 Jan 2018
But sir where is that cd function and how can we implement that ?
Dimitrios Zarras
on 23 Jul 2019
Edited: Dimitrios Zarras
on 23 Jul 2019
You just write "cd(tempdir)" on MATLAB command window and press enter.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!