Moving from C drive to D drive

111 Ansichten (letzte 30 Tage)
Ahmed Abdulla
Ahmed Abdulla am 3 Jul. 2019
Beantwortet: Abhisek Pradhan am 17 Jul. 2019
Ive been using Matlab for sometime know and all my files were saved in my documents (C Drive) and now this drive is full and i would like to move everything to the D Drive so i thought its as simple as copy and paste but now my files dont run they ask me to revert back to file in the C Drive.
  5 Kommentare
Star Strider
Star Strider am 3 Jul. 2019
Did you add your D:\ drive and paths to your MATLAB search path? (See What Is the MATLAB Search Path? for details.)
Walter Roberson
Walter Roberson am 3 Jul. 2019
If you had a file open in the editor and you move the file to D: then MATLAB is not going to know that the file is moved, so if you try to edit or save or run the file then MATLAB could have problems. The work-around is to close the file in the editor and re-open it from the D: location.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Abhisek Pradhan
Abhisek Pradhan am 17 Jul. 2019
MATLAB uses the search path to locate files. Now folders/files have been moved from C drive to D drive, but this new path is not on MATLAB search path (path function displays MATLAB search path).
Use Set Pathdialog box to add files/folders to search path or use MATLAB > Current Folder Browser to add files/folders to path.
Refer path and What is the MATLAB search path for more information.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by