Mercurial > repos > public > sbplib
view printExpr.m @ 913:95cd70f4b07d feature/utux2D
Bugfix in nonConformingInterfaceOptions
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 25 Nov 2018 21:08:55 -0800 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end