Alphabetical list Categories
qselect Select a QPlot figure by name
Help text:

qselect(fn) makes the named QPlot figure current

Example:

qfigure('qselect_one');

qplot(0:.1:2*pi, sin(0:.1:2*pi));

qfigure('qselect_two');

qplot(0:.1:2*pi, cos(0:.1:2*pi));

qselect('qselect_one')

qplot(0:.1:2*pi, -sin(0:.1:2*pi));

QPlot Documentation — (C) Daniel Wagenaar, 2014–2019