How can i solve this message "The current directory 'd:\matlap2015\bin' is reserved for MATLAB files. Please change your current directory to a writeable directory outside of the MATLAB installation area. Component.??

18 views (last 30 days)
"The current directory 'd:\matlap2015\bin' is reserved for MATLAB files. Please change your current directory to a writeable directory outside of the MATLAB installation area. Component.

Accepted Answer

Steven Lord
Steven Lord on 28 Apr 2016
As the message suggests, change your current directory (using cd) in MATLAB to a directory other than the bin directory in your MATLAB installation before performing whatever operation you were performing when you received this error. You should not create any new files or modify any existing files in that directory, as any new or modified files in that directory could interfere with how MATLAB executes or even prevent it from being able to start altogether.

More Answers (0)

Categories

Find more on File Operations 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!