Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 754:5264ce57b573 feature/d1_staggered
Bugfix diracDiscr to make it work for grids that are non-equidistant near boundaries.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 15 Jun 2018 14:01:13 -0700 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end