Be familiar with the following Mathworks’ guidelines. Avoid changing path (such as cd, addpath, rmpath, savepath
) during run time to prevent unpredictable or side effects. If you must use files in other folders, relative paths are safer than absolute paths in general. However, proceed with caution.
If you have a ~/matlab/startup.m file, make sure it does not contain MATLAB run
commands as they may try to run m-files that have not been compiled.
You need to register (free) with the Mathworks to access the following archieved documents.