Mercurial > repos > public > sbplib
view printSize.m @ 749:1de60c4d462d feature/grids
Allow gird functions as data in bcSetup
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 04 Jun 2018 17:47:32 +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