Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 544:433ccb5d2f0f feature/grids
Add Ti parametrization of rectangle
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 21 Aug 2017 11:20:00 +0200 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end