view +mpm/clear.m @ 39:3156ace843f5

Change name of file containing the paths
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 13 Jan 2025 11:27:35 +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