plot inverse of tan function i.e ratio of sine and cosine
Show older comments
Hi ! If i have sine and cosine function / signals then ratio of both is ' tan'. Now, how can I plot the inverse of these values ? tan (theta) = sin(theta)/ cos (theta), so how 'theta = inverse of tan (sin / cos )' can be plotted ?
Answers (1)
Wayne King
on 18 Oct 2012
0 votes
You can use atan() or see atan2()
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!