Mercurial > repos > public > sbplib
view printExpr.m @ 1300:196123459178
Merge in feature/boundary_optimized_grids
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 08 Jul 2020 18:22:54 +0200 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end