MATLAB: Add functions to standard path

defaultfunctions

I have a created a library of functions, which I would like them to be accessible from any location, on every start up. What's the best way to achieve this?
Thank you

Best Answer

help addpath
Also savepath, rmpath, pathtool, etc.