view +mpm/clear.m @ 23:0b4be0d4e207

Use new class for state management
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 18 Sep 2018 11:52:14 +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