Can you create a plot with contourf without the contour lines?
Mostrar comentarios más antiguos
I'd like to create plot using contourf without the contour lines superimposed.
Respuestas (1)
Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat
Categorías
Más información sobre Contour Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!