Converting rectangular form complex numbers into polar form
Mostrar comentarios más antiguos
I am having trouble converting rectangular form complex numbers into polar form by writing a MATLAB script file.
I'm not fimular with MATLAB keywords but need to use this to prove my answers.
Z = 4 + j 5
Respuesta aceptada
Más respuestas (1)
Robin Gangopadhya
el 4 de Sept. de 2019
1 voto
it is the absolute value of the complex number a+jb= sqrt(a^2+b^2)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!