Clear Filters
Clear Filters

How to convert from polar to complex

53 views (last 30 days)
How can I convert such as 5 at an angle of 120 to a complex number ( a+-bi)

Accepted Answer

madhan ravi
madhan ravi on 11 Nov 2018
Edited: madhan ravi on 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 Comments
Sultan Khoja
Sultan Khoja on 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

Sign in to comment.

More Answers (1)

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

Categories

Find more on Mathematics in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!