Mercurial > repos > public > sbplib
view printExpr.m @ 153:7aee9eba3bb8 feature/grids
Added abstract classes for some different types of grids.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 22 Dec 2015 11:59:55 +0100 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end