how to find the angle between 2 points ?

I want to find the angle just like in this image in degree. Or I can't find with just 2 points ?

1 件のコメント

Torsten
Torsten 2020 年 4 月 6 日
The question is how the horizontal blue line was drawn ...
Usually, an angle is formed by three points.

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

 採用された回答

Matt J
Matt J 2020 年 4 月 6 日

0 投票

atan2d(y2-y1,x2-x1);

その他の回答 (0 件)

タグ

質問済み:

2020 年 4 月 6 日

回答済み:

2020 年 4 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by