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!