how to specify points outside a polygon?
이전 댓글 표시
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);
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Transportation Engineering에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!