How to fill/patch a series of circular data separated by NaN?

1 view (last 30 days)
The circle data are like this:
1,2
2,3,
3,4,
1,2
NaN, NaN
5,7
6,9
5,7
NaN, NaN
I have a ton of such groups for the whole world map. How do I use fill or patch to fill the defined circules with color?

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!