Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 689:60eb7f46d8d9 feature/poroelastic
Bugfix get_boundary_op in Elastic2d and Heat2d
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 15 Feb 2018 16:38:36 -0800 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end