I have some questions regarding the MATLAB Search Path:
The current directory is on the search path, but why is it not in the output of "path"? Where can I find the complete search path?
What are all the possible ways to add search paths?
Considering all the possible ways to add search paths (e.g. pathdef.m, startup.m, MATLABPATH env variable, etc), what is the order of the search paths added? I think it is important because when files with same name exist in different search paths, the one on the top will be picked.