how to plot a complex no in complex plane?
Ältere Kommentare anzeigen
we have a complex number with its real and imaginary parts with us.How to plot the phasor in complex plane using matlab codes?
Antworten (1)
Walter Roberson
am 6 Aug. 2021
plot(data)
can be used. It is equivalent to
plot(real(data), imag(data))
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!