How to transform a Group object to a Contour object?
이전 댓글 표시
I am using the "hatchfill2" function to display regions of statistical significance on a map. The base map is created using the "pcolorm" function, while the contours for hatching are created with the "contourm" function. The hatching function doesn't work as the "contourm" function returns a "Group" object, unlike the standard "contour" function (which returns a "Contour" object). So I want to either return a contour object by invoking the contourm function, or transform the Group object into a contour object. I am using R2020b version of MATLAB. Any tips will be highly appreciated! Thank you in advance !
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!