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?

Answers (1)

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

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 6 Aug 2021

Answered:

on 6 Aug 2021

Community Treasure Hunt

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

Start Hunting!