view sbplibLocation.m @ 1247:92c079cf5fbf feature/dirac_discr

Merge in default
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 20 Nov 2019 21:05:37 +0100
parents 77db2ef14191
children
line wrap: on
line source

function location = sbplibLocation()
    scriptname  = mfilename('fullpath');
    [location, ~, ~] = fileparts(scriptname);
end