Mercurial > repos > public > sbplib
view sbplibLocation.m @ 656:38446922c32a feature/grids
Add function for easily creating a convergence plot
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 24 Oct 2017 11:36:53 +0200 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end