Mercurial > repos > public > sbplib
view saveFigurePosition.m @ 1017:2d7c1333bd6c feature/advectionRV
Add support for using the ODE to approximate the time derivative in the residual
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Dec 2018 16:29:21 +0100 |
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