diff printExpr.m @ 40:54d3ab296ba0

Added Dictionary class. Added string conversions for a bunch of types. Deprecated some replaced functions.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 12 Oct 2015 10:38:53 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/printExpr.m	Mon Oct 12 10:38:53 2015 +0200
@@ -0,0 +1,4 @@
+function printExpr(expr)
+    result = evalin('caller',expr);
+    fprintf('%s => %s\n', expr, toString(result));
+end
\ No newline at end of file