Find Angle using point coordinates?

조회 수: 12 (최근 30일)
Arnab Nandi
Arnab Nandi 2022년 1월 6일
댓글: Bjorn Gustavsson 2022년 1월 6일
I want to find angle a using point 1 2 3 and angle b using point 4 2 3. I want angle a to be negative value and angle b as a positive value?

채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2022년 1월 6일
You could use the general formulas for angle between vectors found here: angle-between-two-vectors-in-3d, which is a good answer. If you desperately need the angles relative to the points 2 and 3 pair you will have to do some elementary linear algebra and rotate your coordinate system such that the x-axis lines up with the direction between them. From there you should be able to figure out how to use atan2 to get the angles you request. As usual it is very helpful to sketch the graphics of the steps on paper to get a clear image of what's done.
HTH

추가 답변 (1개)

Arnab Nandi
Arnab Nandi 2022년 1월 6일
Thanks.

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by