Alphabetical list Categories
qsave Saves a qplot figure
Help text:

qsave(ofn) saves the current qplot figure to the named file.
qsave(ext), where ext is just a filename extension (without the dot), uses the name of the current figure.
qsave(ofn, reso) specifies bitmap resolution for png/jpeg output.
qsave without arguments saves to pdf.

Example:

qfigure('qsave', 3, 3);

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

qsave('qsave.pdf');

qsave('qsave.png');

qsave('qsave.jpg');

qsave('qsave.svg');

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