Mercurial > repos > public > sbplib
view printExpr.m @ 904:14b093a344eb feature/utux2D
Outline new interface method in LaplaceCurvilinear
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 22 Nov 2018 22:03:06 -0800 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end