Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 972:104f0af001e0 feature/poroelastic
Clean up Elastic2dVariable.interfaceStandard
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 25 Dec 2018 08:33:35 +0100 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end