Mercurial > repos > public > sbplib
view printExpr.m @ 243:127e562bd6d3 feature/beams
Added function to calculate a solution at a given time.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 30 Aug 2016 10:44:17 +0200 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end