how to specify points outside a polygon?
Mostrar comentarios más antiguos
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);
Respuesta aceptada
Más respuestas (1)
Leon
el 8 de Mayo de 2018
0 votos
Categorías
Más información sobre Transportation Engineering en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!