Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 694:1157375c678a feature/quantumTriangles
Add oposit jacobian to penalty term
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 19 Sep 2017 09:47:14 +0200 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end