view scaleFigureSize.m @ 607:0546de4b31a2 feature/grids

Make grid.evalOn faster.
author Martin Almquist <malmquist@stanford.edu>
date Sat, 14 Oct 2017 22:28:27 -0700
parents 0976e579a6f0
children
line wrap: on
line source

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