comparison sbplibLocation.m @ 630:31abb4b11133 feature/grids

Merge
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 20 Oct 2017 23:31:20 +0200
parents 77db2ef14191
children
comparison
equal deleted inserted replaced
629:2b03ee11e48b 630:31abb4b11133
1 function location = sbplibLocation()
2 scriptname = mfilename('fullpath');
3 [location, ~, ~] = fileparts(scriptname);
4 end