MATLAB: Create as built in functions

functionfunctions

I have bunch of functions related to my applications and all are .m files. I don't want to copy each function in current working folder when I need those. I want to keep them in Matlab such that, I can access to those functions forever. i.e., I want to make my functions as like default functions within Matlab. How to do this?

Best Answer

These functions will be your new friends:
addpath, savepath, pathtool, rmpath