view scaleFigureSize.m @ 1255:5e2a61340d4e feature/FMMlabb

Fix boundary groups
author Ylva Rydin <ylva.rydin@telia.com>
date Wed, 22 Jan 2020 16:10:46 +0100
parents 0976e579a6f0
children
line wrap: on
line source

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