Angle calculator from sin and cos values

Version 1.0.0.0 (1.29 KB) by Disi A
This function uniquely determines the angle (-180,180] in degree or(-pi, pi] in radian
508 Downloads
Updated 26 Jun 2013

View License

This function uniquely determines the angle (-180,180] in degree or(-pi, pi] in radian from sine and cosine values.

Usage:
theta=angleCalc(S,C,out_mode)

S: sin value of the angle
C: cos value of the angle
out_mode: 'deg' OR 'rad'
the default output mode is in degree

Example:
theta= angleCalc(sin(-2*pi/3),cos(-2*pi/3))
theta = -120;
theta= angleCalc(sin(2*pi/3),cos(2*pi/3),'rad')
theta= 2.0944 [rad]

Cite As

Disi A (2024). Angle calculator from sin and cos values (https://www.mathworks.com/matlabcentral/fileexchange/42365-angle-calculator-from-sin-and-cos-values), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Propagation and Channel Models in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0