Mercurial > repos > public > sbplib
view printSize.m @ 410:a29deba1d926 feature/SBPInTimeGauss
Close branch feature/SBPInTimeGauss
author | Jonatan Werpers <jonatan.werpers@it.uu.se> |
---|---|
date | Tue, 07 Feb 2017 12:54:52 +0000 |
parents | 643bc513b8b8 |
children |
line wrap: on
line source
function printSize(A) result = size(A); fprintf('size(%s) => %s\n', inputname(1), toString(result)); end