Mercurial > repos > public > sbplib
view printExpr.m @ 874:95993ad2bd70
Add function to deal the fields of a struct to variables
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 01 Nov 2018 14:10:02 +0100 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end