Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 968:a4ad90b37998 feature/poroelastic
Merge with default.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 23 Dec 2018 14:39:31 +0100 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end