How can i measure Angle in 3-D?
Show older comments
I have points
S =[0.5360 0.8850 2.3962;
0.5360 0.8850 2.4291;
0.5436 0.1708 1.8550;
0.7532 0.8089 0.9649;
0.9630 0.4010 1.1216]
plot3(S(:, 1), S(:, 2), S(:, 3), 'b.', 'MarkerSize', 30, 'LineWidth', 2);
grid on;

These points are connected to make connected lines. How can I measure the angle between the lines?
2 Comments
KALYAN ACHARJYA
on 8 Sep 2018
Angle between?
Mahmoud Sami
on 8 Sep 2018
Edited: Mahmoud Sami
on 8 Sep 2018
Accepted Answer
More Answers (1)
Categories
Find more on Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!