How to make a smooth image using the "patch" function ? (and not crenellated)
이전 댓글 표시
I am reconstructing a 4-by-4 matrix using the patch function. The idea is to make the columns higher as the value in the matrix is high. Here is an image of it :

As you can see, the lines aren't smooth, they are crenellated. Usually, when i do a plot with matlab, I export the image as a PDF and the lines get smooth by magic.
Do you know how to smooth out the lines in this image with the patch function ? (I try to use bar3 and other such functions but it doesn't fit to what I want to do).
I have the R2018b version of matlab.
댓글 수: 1
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!