Checking for intersection of surfaces
이전 댓글 표시
Hi, I want to know how to check for intersections between two surfaces in the same plane?For example I would like to plot all points on a circle which does not lie within a rectangle.
Thanks
답변 (1개)
Depends on what the "surfaces" are. In the case of a rectangle, or other polygon, you would probably use INPOLYGON.
For more complicated things, you would probably use inequalities describing the region
f(x,y)<=0
to disqualify points.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!