Mercurial > repos > public > matlab_path_manager
comparison +mpm/MatlabPathManager.m @ 19:2e29cca20d8a
Add todo to MPM class
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 17 Sep 2018 15:45:06 +0200 |
parents | 1e568093b569 |
children | 0b4be0d4e207 |
comparison
equal
deleted
inserted
replaced
18:1e568093b569 | 19:2e29cca20d8a |
---|---|
110 return | 110 return |
111 end | 111 end |
112 | 112 |
113 b = false; | 113 b = false; |
114 end | 114 end |
115 | |
116 % TODO: Refactor this into several methods? | |
115 end | 117 end |
116 | 118 |
117 % Unload all loaded subpaths. The matlab path should be returned to it's original state | 119 % Unload all loaded subpaths. The matlab path should be returned to it's original state |
118 function clear(obj) | 120 function clear(obj) |
119 sp = obj.loadedSubpaths(); | 121 sp = obj.loadedSubpaths(); |