[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
image
(/tools/hpmatlab/toolbox/matlab/graphics/image.m)
Help text
IMAGE Display image (create image object).
IMAGE(C) displays matrix C as an image. Each element of C
specifies the color of a rectilinear patch in the image. The
elements of C are used as indices into the current COLORMAP
to determine the color.
IMAGE(X,Y,C), where X and Y are vectors, specifies the labeling of
X- and Y-axes, but produces the same image as IMAGE(C). Only the
first and last elements of X and Y are used for the axis limits.
IMAGE returns a handle to an IMAGE object.
C or the X,Y,C triple can be followed by parameter/value
pairs to specify additional properties of the image.
C or the X,Y,C triple can be omitted entirely, and all
properties specified using parameter/value pairs.
IMAGE sets the YDir axis property to 'reverse', and the View
axis property to [0 90]. The image object will not render at other
View angles. To get a similar effect to rotating an image, use
SURF with texture mapping or PCOLOR.
Execute GET(H), where H is an image handle, to see a list of image
object properties and their current values. Execute SET(H) to see a
list of image object properties and legal property values.
See also COLORMAP, PCOLOR, SURF.
Cross-Reference Information
This is called by
- alphacontrol ee2200/alphacontrol.m
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- capture /tools/hpmatlab/toolbox/matlab/graphics/capture.m
- cinvert /tools/hpmatlab/toolbox/matlab/graphics/cinvert.m
- imagesc /tools/hpmatlab/toolbox/matlab/graphics/imagesc.m
- show_img ee2200/show_img.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON