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.
Show older comments
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)
Walter Roberson
on 2 Dec 2015
You need to cd to a directory that is not under F:\matlab2014
For example
cd(getenv('HOME'))
Categories
Find more on Search Path 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!