Graphics |
Summary of Image Types and Display Methods
This table summarizes display methods for the three types of images.
Image Type |
Display Commands |
Uses Colormap Colors |
Indexed |
image(X); colormap(map) |
Yes |
Intensity |
imagesc(I,[0 1]); colormap(gray) |
Yes |
RGB (truecolor) |
image(RGB) |
No |
Displaying Graphics Images | Controlling Aspect Ratio and Display Size |
© 1994-2005 The MathWorks, Inc.