How do I create some code that will check angles and select the next point to draw a line to based on smallest angle?

1 回表示 (過去 30 日間)
Steve
Steve 2019 年 10 月 16 日
コメント済み: Steve 2019 年 10 月 20 日
Hi,
I need to create the simplest code that will check the angles between a line connecting one central point and another and a line from the same initial central point to a triplet endpoint. I need the code to be able to select the correct central point to draw a line to based on smallest angle (see attached pics). Attached are the two files that contain the coordinates for the central points (f_points) and the endpoints (Triplets): The files are (1) F_points.mat (2) Triplets.mat
allpoints.png
Below is the same image with lines being created:
allpoints-with-lines.png
Below is an image which gives an idea of what is needed:
angles_from_points.png
  5 件のコメント
darova
darova 2019 年 10 月 17 日
How to find neighboring central points?
This is how looks like searching by distance
img11.png
Steve
Steve 2019 年 10 月 17 日
編集済み: Steve 2019 年 10 月 17 日
Distance could be used to narrow down to a specific vicinity. Then, the angle that a potential line (between central points) would make with another line (from the the source central point to the corresponding endpoint) could be used to verify a line is correct. Is that what you did?

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

回答 (1 件)

darova
darova 2019 年 10 月 18 日
Here is some start
What about these?
img1.png img2.png img3.png
See attached script
  5 件のコメント
Steve
Steve 2019 年 10 月 20 日
I see what you are pointing out there but, as mentioned previously, the blue line needs to also have a matching "twin" angle on the other end or it is disqualified (see attched pic).
mismatched-angles2.png
Take a look at my picture in my previous comment...all the angles obey the rules.

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

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by