view +mpm/clear.m @ 36:647cd9e354bf

Change variable naming in mpm.verify to make it more concisten with the other scripts
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 02 Nov 2018 13:21:20 +0100
parents 02c290e2018c
children
line wrap: on
line source

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