Mercurial > repos > public > sbplib
view printExpr.m @ 507:1341e8580d64 feature/quantumTriangles
Start over with the non-symmetric shrodnger to ceep track of changes.
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 29 May 2017 14:07:55 +0200 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end