Mercurial > repos > public > sbplib
view saveFigurePosition.m @ 998:2b1b944deae1 feature/getBoundaryOp
Add getBoundaryOperator to all 1d schemes. Did not add getBoundaryQuadrature because it doesnt make sense in 1d (?)
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 12 Jan 2019 13:35:19 -0800 |
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