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?

回答(1 个)

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

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by