Mercurial > repos > public > sbplib
view printSize.m @ 986:a32856fc2ad2 feature/timesteppers
Rename butcherTableau() to butcherTableauFromStr() in preparation of butcher tableau class
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 08 Jan 2019 13:28:41 +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