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

0 投票

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

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

2021 年 8 月 6 日

回答済み:

2021 年 8 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by