Mercurial > repos > public > sbplib
view printSize.m @ 175:8f22829b69d0 feature/beams
Added and upgraded schemes for the beam equation in 1d and 2d.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Feb 2016 16:21:47 +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