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

4 次查看(过去 30 天)
I'd like to create plot using contourf without the contour lines superimposed.

回答(1 个)

Jason R
Jason R 2014-2-20
编辑:Jason R 2014-2-20
Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by