Mercurial > repos > public > matlab_path_manager
view +mpm/clear.m @ 24:fdad9fe450c5
Move install location function into the MpM class
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 18 Sep 2018 11:55:11 +0200 |
parents | 02c290e2018c |
children |
line wrap: on
line source
% Remove all loaded subpaths from the matlab path function clear() m = mpm.MatlabPathManager(); m.clear(); end