フィルターのクリア

i want to define a area that is polygonal. how can i determine a nu piont is in the polygonal or not??

3 ビュー (過去 30 日間)
I want to define a area that is polygonal. how can i determine any piont is in the polygon or not??

採用された回答

John D'Errico
John D'Errico 2020 年 4 月 12 日
help polyshape
Once you learn to create a polyshape, which is very easy. In fact, there are examples of using polyshape right in the help.
Then look at isinterior, which tests to see if a point is inside the polyshape you just created.
help isinterior
  4 件のコメント
John D'Errico
John D'Errico 2020 年 4 月 13 日
Then you apparently have an old copy of MATLAB. It always helps if you tell us what release you have, otherwise you will get answers that are invalid for you.
The solution is to either upgrade your MATLAB release, as there are many things that have been introduced over the years, OR you can use an older tool that has been in MATLAB for many years: inpolygon.
Read the help for inpolygon. It will have examples of use in there.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElementary Polygons についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by