Mercurial > repos > public > sbplib
view printExpr.m @ 843:f63b99f0729d feature/burgers1d
Minor rewrite of RK4RV
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 17 Sep 2018 11:08:23 +0200 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end