qimage
Plot an image
Help text:
qimage(xywh, data) plots an image. xywh specifies a rectangle in
data coordinates. The image data must be YxXx1 or YxXx3 and may
either be UINT8 or DOUBLE.
qimage(data) plots the image at (0,0)+(XxY). Note that that differs
by 0.5 units from matlab conventions.
qimage(xx, yy, data) specifies bin centers. (Only the first and last
elements of xx and yy actually matter).
It is permissable for W or H to be negative; in that case, the
image will be plotted upside down.
Download pdf.