pathdef.m is not run at startup?

22 visualizaciones (últimos 30 días)
Troy McClure
Troy McClure el 26 de Abr. de 2021
Comentada: Troy McClure el 26 de Abr. de 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?

Respuesta aceptada

Jan
Jan el 26 de Abr. de 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 comentarios
Jan
Jan el 26 de Abr. de 2021
Editada: Jan el 26 de Abr. de 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 el 26 de Abr. de 2021
Changing the initial working folder in preferences didn't seem to work, but the startup script in your link did. Thanks.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by