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 件)
Walter Roberson
2021 年 8 月 6 日
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!