view scaleFigureSize.m @ 375:55c14f7321a3 feature/hypsyst

Meged with default
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 14:03:20 +0100
parents 0976e579a6f0
children
line wrap: on
line source

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