Mercurial > repos > public > sbplib
view printSize.m @ 166:7cb97c1988d9 feature/grids
Updated function name reference.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 23 Feb 2016 10:55:46 +0100 |
parents | 643bc513b8b8 |
children |
line wrap: on
line source
function printSize(A) result = size(A); fprintf('size(%s) => %s\n', inputname(1), toString(result)); end