Mercurial > repos > public > sbplib
view printExpr.m @ 768:dec0447cbf2c feature/grids
Make assertSize more general, allow picking dimensions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 26 Jun 2018 14:07:35 +0200 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end