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 件)

Matt J
Matt J 2013 年 12 月 25 日
編集済み: Matt J 2013 年 12 月 25 日

0 投票

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.

カテゴリ

タグ

質問済み:

2013 年 12 月 25 日

編集済み:

2013 年 12 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by