how to calculate degree between 3 points in 3-D Co-ordinate in matlab?

조회 수: 1 (최근 30일)
rajesh  regar
rajesh regar 2019년 9월 18일
답변: Navya Seelam 2019년 9월 24일
I need to find angle between 3 points in 3 dimesion coardinate.
A = [ 0 0 3];
B = [0 0 2];
C = [0 0.388 16.48];
Angle(ABC) = ???

답변 (1개)

Navya Seelam
Navya Seelam 2019년 9월 24일
Hi,
You can find the vectors AB and BC and use dot product of AB and BC to find the angle between them.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by