I found this error whenever i run any file in matlab.The current directory 'f:\matlab2014\bin\new folder' is reserved for MATLAB files. Please change your current directory to a writeable directory outside of the MATLAB installation area.

Though i tried my files in some other drive also but the same error occurs. Moreover, even after saving files in current folder of matlab the same problem arises everytime. Kindly help.

Answers (1)

You need to cd to a directory that is not under F:\matlab2014
For example
cd(getenv('HOME'))

Categories

Asked:

on 2 Dec 2015

Answered:

on 2 Dec 2015

Community Treasure Hunt

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

Start Hunting!