patch
Draw a polygonal patch in data space
Call signature:
patch(xx, yy)
Help text:
patch(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 data coordinates. See also area and garea.
Download pdf