pathdef.m is not run at startup?

20 views (last 30 days)
Troy McClure
Troy McClure on 26 Apr 2021
Commented: Troy McClure on 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?

Accepted Answer

Jan
Jan on 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 Comments
Jan
Jan on 26 Apr 2021
Edited: Jan on 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 on 26 Apr 2021
Changing the initial working folder in preferences didn't seem to work, but the startup script in your link did. Thanks.

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!