Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 376:b0e95c81943e feature/hypsyst
removed the white space
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Thu, 26 Jan 2017 14:06:59 +0100 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end