Main Content
imcontour
Create contour plot of image data
Syntax
Description
imcontour(
draws a contour plot of the
grayscale image I
)I
, choosing the number of levels and the values
of levels automatically. imcontour
automatically sets up the
axes so their orientation and aspect ratio match the image.
imcontour(___,
draws the contours using the line type and color specified by
LineSpec
)LineSpec
. Marker symbols are ignored.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a