Azzera filtri
Azzera filtri

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

4 visualizzazioni (ultimi 30 giorni)
I'd like to create plot using contourf without the contour lines superimposed.

Risposte (1)

Jason R
Jason R il 20 Feb 2014
Modificato: Jason R il 20 Feb 2014
Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by