Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 636:476b7e411ce3 feature/d1_staggered
Add staggered operators
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 07 Nov 2017 20:44:13 -0800 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end