Mercurial > repos > public > sbplib
view printSize.m @ 350:5d5652fe826a feature/hypsyst
A commit before I try resolving the performance issues
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 02 Nov 2016 00:02:01 +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