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!