How to smooth a contour plot?
이전 댓글 표시
I have:
- vector X: legnth(X)=90 --> X=[0:0.0125:1.1125]
- vector Y: length(Y)=80 --> Y=[22.2: ...(not periodic)... :4]
- matrix Z: size(Z)=90,80 --> measured values from each (X,Y) simulation
I am using contour(X,Y,Z), but am getting jagged, non-smooth contour lines, like this:

How do I smooth the contour lines? I've fiddled with trying to use interp2, but am falling down on the use of grid inputs I think.
Any help is much appreciated.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!