Mercurial > repos > public > sbplib
view sbplibLocation.m @ 771:2ffa82fb5172 feature/grids
Make setup_time_quantity_plot() accept sparse vectors
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 17 Jul 2018 16:39:17 -0700 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end