Mercurial > repos > public > sbplib
view printSize.m @ 738:aa4ef495f1fd feature/poroelastic
Set Dirichlet tuning as parameter in BC function in Elastic2dVariable.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 01 May 2018 14:19:08 -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