Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 551:c5a7a13c03dc feature/grids/laplace_refactor
Switch to using spdiag instead of spdiags
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 28 Aug 2017 19:01:40 +0200 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end