Graphics |
The Image Object and Its Properties
The commands image
and imagesc
create image objects. Image objects are children of axes objects, as are line, patch, surface, and text objects. Like all Handle Graphics objects, the image object has a number of properties you can set to fine-tune its appearance on the screen. The most important properties of the image object with respect to appearance are CData
, CDataMapping
, XData
, YData
, and EraseMode
. For detailed information about these and all the properties of the image object, see image
.
Controlling Aspect Ratio and Display Size | Image CData |
© 1994-2005 The MathWorks, Inc.