complex number
Mostrar comentarios más antiguos
if I have the absolute and the angle of a complex number, How i get the number in form of real and imaginary parts ?
Respuestas (2)
Grzegorz Knor
el 13 de Nov. de 2011
Z = R.*exp(1i*theta)
where:
R = abs(Z)% magnitude
theta = angle(Z) % angle
Nick Sharma
el 12 de Oct. de 2018
Editada: Nick Sharma
el 12 de Oct. de 2018
1 voto
Hello !!
Lets say r is the amplitude θ is the angle .
Thus the complex number formed shall be = rcosθ+rsinθi .
Real Part = r*cosθ ,
Imaginary Part = r*sinθ
Here i = iota ( complex number imaginary part operator)
I hope it will help future readers
Nick
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!