Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 1000:bd54cb25d96b feature/getBoundaryOp
Merge with default
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 14 Jan 2019 11:12:42 -0800 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end