pathdef.m is not run at startup?

21 vues (au cours des 30 derniers jours)
Troy McClure
Troy McClure le 26 Avr 2021
Commenté : Troy McClure le 26 Avr 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?

Réponse acceptée

Jan
Jan le 26 Avr 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 commentaires
Jan
Jan le 26 Avr 2021
Modifié(e) : Jan le 26 Avr 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 le 26 Avr 2021
Changing the initial working folder in preferences didn't seem to work, but the startup script in your link did. Thanks.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by