Mercurial > repos > public > sbplib
view printExpr.m @ 912:1cdf5ead2a16 feature/utux2D
Refactor interface method for Schrodinger2d
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 25 Nov 2018 19:46:39 -0800 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end