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.??

38 ビュー (過去 30 日間)
"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.

採用された回答

Steven Lord
Steven Lord 2016 年 4 月 28 日
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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by