Problem 44880. Angle between two vectors
Given 2 pairs of cartesian co-ordinates, determine the angle between the 2 vectors formed by the points and the origin. Angle must be in [0,180] and in degrees.
e.g.
- Input (3 separate inputs)
[0 1;2 0] [1 1;-2 0] [1 1;2 2]
- Output (3 separate outputs):
90 135 0
Solution Stats
Problem Comments
-
1 Comment
Christian Schröder
on 27 Oct 2022
Your test suite fails to take numerical inaccuracies into account.
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Back to basics 21 - Matrix replicating
1536 Solvers
-
1558 Solvers
-
Convert from Base 10 to base 5
259 Solvers
-
Back to basics - mean of corner elements of a matrix
416 Solvers
-
Natural numbers in string form
1428 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!