Can you create a plot with contourf without the contour lines?
显示 更早的评论
I'd like to create plot using contourf without the contour lines superimposed.
回答(1 个)
Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat
类别
在 帮助中心 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!