Hi,
I have some questions regarding the MATLAB Search Path.
(1) Current directory is in the search paths, but why it is not in the output of "path"? Where can I find the complete search paths?
(2) what are all possible ways to add search paths?
(3) Considering all 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.
Thanks!