Mercurial > repos > public > sbplib
view printSize.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 | 643bc513b8b8 |
children |
line wrap: on
line source
function printSize(A) result = size(A); fprintf('size(%s) => %s\n', inputname(1), toString(result)); end