view scaleFigureSize.m @ 593:37948bfe9d79 feature/better_multiblock_defs

Complete Rectangle definition
author Martin Almquist <malmquist@stanford.edu>
date Mon, 18 Sep 2017 19:41:12 +0200
parents 0976e579a6f0
children
line wrap: on
line source

function scaleFigureSize(fh, s)
    fh.Position(3:4) = s*fh.Position(3:4);
end