can any one solve this problem?
Mostra commenti meno recenti
Error using construct_error (line 108) The current directory is c:\program files\matlab\r2012a\bin, which is reserved for MATLAB files. Please change your current directory to a writable directory preferably outside of MATLAB installation area
2 Commenti
Star Strider
il 2 Ago 2015
No!
Unless you post relevant parts of your code so the error has a context.
ahmed al-kady
il 2 Ago 2015
Risposte (1)
Jan
il 2 Ago 2015
If you post the code, which causes the error, a meaningful suggestion is possible. Without any details I repeat the suggestion given in the message already:
Please change your current directory to a writable directory preferably outside of MATLAB installation area
Eitehr use cd or even better create the file name with a full path. Relative file names are prone to errors.
3 Commenti
ahmed al-kady
il 2 Ago 2015
Walter Roberson
il 2 Ago 2015
cd(tempdir)
ahmed al-kady
il 3 Ago 2015
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!