Info

此问题已关闭。 请重新打开它进行编辑或回答。

could anybody help me how can I draw one complex number through a variable which is integers in (-pi, pi) interval.

1 次查看(过去 30 天)
I have a complex number and I want to graph this number according to variable integer.

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-11-24
If you want to represent a complex number graphically
a=1+2*i
scatter(real(a),imag(a))

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by