how to specify points outside a polygon?
Show older comments
For example, in the below code, I can specify the points inside the polygon. How about outside the polygon? How do I specify that?
IN = inpolygon(lon, lat, x0, y0);
lon = lon(IN);
lat = lat(IN);
ph1 = ph1(IN);
Accepted Answer
More Answers (1)
Leon
on 8 May 2018
0 votes
Categories
Find more on Transportation Engineering in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!