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

1 visualización (últimos 30 días)
rajesh  regar
rajesh regar el 18 de Sept. de 2019
Respondida: Navya Seelam el 24 de Sept. de 2019
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) = ???

Respuestas (1)

Navya Seelam
Navya Seelam el 24 de Sept. de 2019
Hi,
You can find the vectors AB and BC and use dot product of AB and BC to find the angle between them.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by