Mercurial > repos > public > sbplib
view show.m @ 1230:8a456f6e54cc feature/dirac_discr
Add diracDiscrCurve.m
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 19 Nov 2019 13:47:17 -0800 |
parents | 360280a55ae8 |
children |
line wrap: on
line source
function show(str) assertType(str, {'string', 'char'}) val = evalin('caller',str); fprintf('%s => %s\n\n', str, toString(val)); end