Mercurial > repos > public > sbplib
view printSize.m @ 1211:3d7faa2ca312 feature/poroelastic
Add physical derivatives Dx and Dy to ElasticCurvilinearAnisotropic
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 27 Sep 2019 13:18:09 -0700 |
parents | 643bc513b8b8 |
children |
line wrap: on
line source
function printSize(A) result = size(A); fprintf('size(%s) => %s\n', inputname(1), toString(result)); end