view scaleFigureSize.m @ 507:1341e8580d64 feature/quantumTriangles

Start over with the non-symmetric shrodnger to ceep track of changes.
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 29 May 2017 14:07:55 +0200
parents 0976e579a6f0
children
line wrap: on
line source

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