Problem 940. R2012b atan in Degrees

Return in degrees the atan result of inputs for all four quadrants.

Examples:

[x, y] Degrees
 1  0     0
 1  1    45
-1  1   135
-1 -1  -135
 1 -1   -45
-1  0  -180
 0 -1   -90

Input: [ x , y ]

Output: Angle : Degrees [ 0:180 ] ( -180:0 ) -180 is not a valid return value

Note: Input to atan2 is Y , X not X , Y

Matlab Whatsnew

R2012b Update Note

Solution Stats

54.09% Correct | 45.91% Incorrect
Last Solution submitted on Mar 22, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers70

Suggested Problems

More from this Author294

Problem Tags

Community Treasure Hunt

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

Start Hunting!