How to calculate the Line of sight (LOS) between two points in a Eucleidean appraoch?

23 ビュー (過去 30 日間)
Ramesh Bala
Ramesh Bala 2018 年 6 月 29 日
コメント済み: Ramesh Bala 2018 年 7 月 5 日
-Line of sight? -Sensor placements -10*10 grid _Eucleidean method
  5 件のコメント
Kaitlyn Keil
Kaitlyn Keil 2018 年 7 月 2 日
Line of sight doesn't matter unless you have some sort of obstacle or direction to something else. Are there objects on the grid besides the 2 points?
Ramesh Bala
Ramesh Bala 2018 年 7 月 2 日
Yeah some times a hole ,or some mass in between.

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

回答 (1 件)

Mridul G
Mridul G 2018 年 7 月 3 日
Assuming you know the coordinates of all the points and obstacles (and holes?), you can follow the below steps.
Points P1(x1,y1) and P2(x2,y2). Let obstacle be O(x3,y3).
Check the distance between P1 and P2. Compare it with that of P1->O + O->P2. if both are the same, them O lies between P1 and P2 and is in LoS.
Euclidean distance between two points -> sqrt((x2-x1)^2+(y2-y1)^2))

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by