how to plot a complex no in complex plane?
Afficher commentaires plus anciens
we have a complex number with its real and imaginary parts with us.How to plot the phasor in complex plane using matlab codes?
Réponses (1)
Walter Roberson
le 6 Août 2021
plot(data)
can be used. It is equivalent to
plot(real(data), imag(data))
Catégories
En savoir plus sur 2-D and 3-D Plots 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!