Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
Gail Kineke
Gail Kineke el 20 de Feb. de 2014
Editada: Jason R el 20 de Feb. de 2014
I'd like to create plot using contourf without the contour lines superimposed.

Respuestas (1)

Jason R
Jason R el 20 de Feb. de 2014
Editada: Jason R el 20 de Feb. de 2014
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 Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by