how to plot a complex no in complex plane?

we have a complex number with its real and imaginary parts with us.How to plot the phasor in complex plane using matlab codes?

Risposte (1)

plot(data)
can be used. It is equivalent to
plot(real(data), imag(data))

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by