Mercurial > repos > public > sbplib
view sbplibLocation.m @ 920:386ef449df51 feature/d1_staggered
Merge with default.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 28 Nov 2018 17:35:19 -0800 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end