how to plot a complex no in complex plane?
Mostra commenti meno recenti
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)
Walter Roberson
il 6 Ago 2021
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!