view scaleFigureSize.m @ 642:8f0ee6ba6313 feature/d1_staggered

Add scheme Staggered1DAcoustics
author Martin Almquist <malmquist@stanford.edu>
date Sat, 11 Nov 2017 20:30:13 -0800
parents 0976e579a6f0
children
line wrap: on
line source

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