contourf
Filled contour plot.
Syntax
Section titled “Syntax”[C, h] = contourf(Z, ...)Description
Section titled “Description”Like contour but the regions between contour lines are filled with color from the colormap.
Example
Section titled “Example”contourf(peaks(50), 20)