Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 1050:19d821ddc108 feature/getBoundaryOp
Fix mistakes in adbb80e60b10
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 22 Jan 2019 11:27:30 -0800 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end