Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
I have a complex number and I want to graph this number according to variable integer.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 24 Nov 2013
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!