what should i do if i got this message?

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)

"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

how to do that i have the same problem and i don't know how to solve it please help me
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)
But sir where is that cd function and how can we implement that ?
You just write "cd(tempdir)" on MATLAB command window and press enter.

Sign in to comment.

Categories

Tags

Asked:

on 10 Nov 2016

Edited:

on 23 Jul 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!