Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 717:8e4274ee6dd8 feature/utux2D
Merge with feature/poroelastic
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 03 Mar 2018 14:58:21 -0800 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end