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

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

Asked:

on 29 Apr 2015

Edited:

on 29 Apr 2015

Community Treasure Hunt

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

Start Hunting!