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

1 回表示 (過去 30 日間)
Gail Kineke
Gail Kineke 2014 年 2 月 20 日
編集済み: Jason R 2014 年 2 月 20 日
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 Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by