Mercurial > repos > public > sbplib
view printSize.m @ 301:d9860ebc3148 feature/hypsyst
HypsystCurve2D Seems to work (Converges with MMS)
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 05 Oct 2016 17:36:34 +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