view sbplibLocation.m @ 612:77db2ef14191 feature/grids

Add function for finding the path of sbplib
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Oct 2017 15:43:31 +0200
parents
children
line wrap: on
line source

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