diff show.m @ 1108:5ec23b9bf360 feature/laplace_curvilinear_test

Merge with default
author Martin Almquist <malmquist@stanford.edu>
date Wed, 10 Apr 2019 11:00:27 -0700
parents 360280a55ae8
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show.m	Wed Apr 10 11:00:27 2019 -0700
@@ -0,0 +1,5 @@
+function show(str)
+    assertType(str, {'string', 'char'})
+    val = evalin('caller',str);
+    fprintf('%s => %s\n\n', str, toString(val));
+end
\ No newline at end of file