Can you create a plot with contourf without the contour lines?

Antworten (1)

Jason R
Jason R am 20 Feb. 2014
Bearbeitet: Jason R am 20 Feb. 2014

0 Stimmen

Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat

Kategorien

Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 20 Feb. 2014

Bearbeitet:

am 20 Feb. 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by