comparison 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
comparison
equal deleted inserted replaced
611:5a7f7f206594 612:77db2ef14191
1 function location = sbplibLocation()
2 scriptname = mfilename('fullpath');
3 [location, ~, ~] = fileparts(scriptname);
4 end