MATLAB: How to add a tool box to installed Matlab application

MATLAB

I have a Local Outlier Function toolbox. How to add that toolbox to my installed MatlabR2013a.

Best Answer

You download the .zip file. You extract the .zip file into a convenient directory that is not under the MATLAB installation directory. You go into MATLAB and command
pathtool
and there click on 'Add with subfolders'. Use the widget that comes up to select the directory that you extracted the .zip into. Okay it.
Now back in pathtool, "Save" the result.
Related Question