how to calculate degree between 3 points in 3-D Co-ordinate in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
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) = ???
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Numeric Types についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!