Problem 243. Four quadrant inverse tangent function.

Create a function that returns an array P the same size as X and Y containing the element-by-element, four-quadrant inverse tangent (arctangent) of the real parts of Y and X. The function must yield P in degrees and must not contain the MATLAB build-in function atan2(y,x).

Solution Stats

38.42% Correct | 61.58% Incorrect
Last Solution submitted on Feb 19, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers63

Suggested Problems

Community Treasure Hunt

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

Start Hunting!