Mercurial > repos > public > sbplib
view saveFigurePosition.m @ 1190:79618b58b0a0 feature/rv
Refactor constructDiffops and remove closures from some of the diffops used to compute the residual.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 08 Jul 2019 15:12:19 +0200 |
parents | e8c5092d3f1b |
children |
line wrap: on
line source
function saveFigurePosition() defaultPosition = get(0,'defaultfigureposition'); f = gcf; defaultPosition(1:2) = f.Position(1:2); set(0,'defaultfigureposition',defaultPosition); end