Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 605:0f9d20dbb7ce feature/utux2D
Add centered interface coupling in addition to upwind
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 05 Oct 2017 20:21:20 -0700 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end