Angle between two vectors - MATLAB Cody - MATLAB Central

Problem 44880. Angle between two vectors

Difficulty:Rate

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

42.31% Correct | 57.69% Incorrect
Last Solution submitted on Jan 22, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers32

Suggested Problems

Community Treasure Hunt

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

Start Hunting!
Go to top of page