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

回答(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

类别

帮助中心File Exchange 中查找有关 Contour Plots 的更多信息

标签

编辑:

2014-2-20

Community Treasure Hunt

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

Start Hunting!

Translated by