comparison sbplibLocation.m @ 820:501750fbbfdb

Merge with feature/grids
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Sep 2018 14:40:58 +0200
parents 77db2ef14191
children
comparison
equal deleted inserted replaced
819:fdf0ef9150f4 820:501750fbbfdb
1 function location = sbplibLocation()
2 scriptname = mfilename('fullpath');
3 [location, ~, ~] = fileparts(scriptname);
4 end