Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
Gail Kineke
Gail Kineke le 20 Fév 2014
Modifié(e) : Jason R le 20 Fév 2014
I'd like to create plot using contourf without the contour lines superimposed.

Réponses (1)

Jason R
Jason R le 20 Fév 2014
Modifié(e) : Jason R le 20 Fév 2014
Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by