Mercurial > repos > public > sbplib
view show.m @ 1323:3f4e011193f0 feature/laplace1d_variable
First implementation of Laplace1dVariable. Passes symmetry and definiteness tests.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 11 Apr 2021 21:10:23 +0200 |
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