comparison 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
comparison
equal deleted inserted replaced
372:0fd6561964b0 375:55c14f7321a3
1 function scaleFigureSize(fh, s)
2 fh.Position(3:4) = s*fh.Position(3:4);
3 end