Mercurial > repos > public > sbplib
view printSize.m @ 502:2d5dea05456d feature/quantumTriangles
An attempt to add the exponential integrators
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 16 May 2017 08:57:54 +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