view +mpm/clear.m @ 28:0842a1b2ac7e

Factor out function for checking if a subpath is active
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 18 Sep 2018 13:18:02 +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