Mercurial > repos > public > matlab_path_manager
annotate +mpm/clear.m @ 30:d9f899b1dfd0
Add status command and make subpathIsActive a static method
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 18 Sep 2018 14:15:23 +0200 |
parents | 02c290e2018c |
children |
rev | line source |
---|---|
3 | 1 % Remove all loaded subpaths from the matlab path |
2 function clear() | |
21
02c290e2018c
Refactor ui functions to use the MPM class. Not tested
Jonatan Werpers <jonatan@werpers.com>
parents:
3
diff
changeset
|
3 m = mpm.MatlabPathManager(); |
02c290e2018c
Refactor ui functions to use the MPM class. Not tested
Jonatan Werpers <jonatan@werpers.com>
parents:
3
diff
changeset
|
4 m.clear(); |
3 | 5 end |