Mercurial > repos > public > matlab_path_manager
view +mpm/install_location.m @ 12:ead7c7021ad9
Edit README.md
author | Jonatan Werpers <jonatan.werpers@it.uu.se> |
---|---|
date | Mon, 10 Sep 2018 15:40:45 +0000 |
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