view +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
line wrap: on
line source

% Remove all loaded subpaths from the matlab path
function clear()
    m = mpm.MatlabPathManager();
    m.clear();
end