Mercurial > repos > public > sbplib
view sbplibLocation.m @ 665:facb8ffb5c34 feature/grids
Make bcSetup assume 0 data
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 19 Dec 2017 17:07:07 +0100 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end