plot inverse of tan function i.e ratio of sine and cosine
Afficher commentaires plus anciens
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 ?
Réponses (1)
Wayne King
le 18 Oct 2012
0 votes
You can use atan() or see atan2()
Catégories
En savoir plus sur Sources dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!