Mercurial > repos > public > sbplib
view default_arg.m @ 297:cd30b22cee56 feature/hypsyst
Have tried to make a curvelinear sheme for hypsysts. Does not really work yet...
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 03 Oct 2016 08:33:47 +0200 |
parents | 48b6fb693025 |
children |
line wrap: on
line source
function default_arg(s, val) if evalin('caller',sprintf('~exist(''%s'',''var'') || isempty(%s)',s,s)) assignin('caller',s,val) end end