Alphabetical list Categories
qarea Draw a polygon in paper space
Help text:

qarea(xx, yy) draws a polygon with vertices at (xx,yy). The polygon is closed (i.e., it is not necessary for xx(end) to equal xx(1)).
The polygon is filled with the current brush.
xx and yy are given in postscript points. See also qpatch and qgarea.

Example:

qfigure('qarea', 3, 3)

qarea([1 2 2 1]*72, [1 1 2 2]*72);

qarea([2.5 2.5 2]*72, [2 2.5 2.5]*72);

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