How to convert from polar to complex

127 vues (au cours des 30 derniers jours)
Sultan Khoja
Sultan Khoja le 11 Nov 2018
How can I convert such as 5 at an angle of 120 to a complex number ( a+-bi)

Réponse acceptée

madhan ravi
madhan ravi le 11 Nov 2018
Modifié(e) : madhan ravi le 11 Nov 2018
5*exp(deg2rad(120)*i) %which is in eulers form r*e^(theta*i)
5 - radius
120 degrees converted to radians
  2 commentaires
Sultan Khoja
Sultan Khoja le 11 Nov 2018
I had done the traditional way of converting. the same way of yours a= 5*exp(i*120*pi/180); your code is more professional because you used the in-built function deg2rad.. thanks
madhan ravi
madhan ravi le 12 Nov 2018
Anytime :)

Connectez-vous pour commenter.

Plus de réponses (1)

Dr. C V Chandrashekara
Dr. C V Chandrashekara le 5 Nov 2020
thnak you

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by