Mercurial > repos > public > matlab_path_manager
view +mpm/install_location.m @ 16:4c5d876068c2
Add stub for MatlabPathManager class
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 17 Sep 2018 14:11:38 +0200 |
parents | 2007c2cd566a |
children |
line wrap: on
line source
function p = install_location() nameCurrentFile = mfilename('fullpath'); pathParts = split(nameCurrentFile, filesep); p = join(pathParts(1:end-2), filesep); p = p{1}; end