MATLAB: Can you save snippets in matlab

MATLABmatlab path function

If so where? I have to set the path to my code every time I start MATLAB. I would like to access the path easily.

Best Answer

Start here:
help addpath
help savepath
help pathtool
and finally, learn what the file startup.m does for you. You can edit that file.