Mercurial > repos > public > sbplib
view printExpr.m @ 647:46c40711830f feature/d1_staggered
Add test for diracDiscr.m
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 14 Nov 2017 15:35:28 -0800 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end