Azzera filtri
Azzera filtri

pathdef.m is not run at startup?

17 visualizzazioni (ultimi 30 giorni)
Troy McClure
Troy McClure il 26 Apr 2021
Commentato: Troy McClure il 26 Apr 2021
I have a pathdef.m file that I've placed in C:\Program Files\MATLAB\R2019b\bin. After starting MATLAB, I enter 'cd' and it outputs C:\Program Files\MATLAB\R2019b\bin. But when I click Set Path to see my path, it's obvious that the pathdef.m file has not been run since there are paths missing. How can I tell it to run at startup? Also, is there a command line argument to to specify the pathdef.m file to use, which may work better?

Risposta accettata

Jan
Jan il 26 Apr 2021
Do not store anything in Matlab's bin folder.
If you click "Set Path", Matlab loads the first pathdef.m file, which is found in Matlab's PATH. The bin folder does not belong to the path.
Leave pathdef.m where it is or add it to your user folder. If you are working on a single user machine, adjusting pathdef.m inside <matlabroot>\tools\local works, if you give write access for this (and only this) folder to your account. On a multi user system, it is saver not to touch pathdef.m but to use e.g. startup.m to add folders.
  3 Commenti
Jan
Jan il 26 Apr 2021
Modificato: Jan il 26 Apr 2021
"My Documents\MATLAB" might be the first folder, after pathdef.m ran.
You can determine the startup folder in the preferences. Choose the folder, which conatins your pathdef file.
Troy McClure
Troy McClure il 26 Apr 2021
Changing the initial working folder in preferences didn't seem to work, but the startup script in your link did. Thanks.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by