How to transform a Group object to a Contour object?
Show older comments
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 !
Accepted Answer
More Answers (0)
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!