Mercurial > repos > public > sbplib
view scaleFigureSize.m @ 1107:3230e4cbdbb4
Add parameter in runtestsAll() and runtestsPackage() so that they include tests in subpackages
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 10 Apr 2019 22:11:11 +0200 |
parents | 0976e579a6f0 |
children |
line wrap: on
line source
function scaleFigureSize(fh, s) fh.Position(3:4) = s*fh.Position(3:4); end