Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
I have a complex number and I want to graph this number according to variable integer.

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 24 Nov. 2013
If you want to represent a complex number graphically
a=1+2*i
scatter(real(a),imag(a))
  2 Kommentare
Onur PEKER
Onur PEKER am 24 Nov. 2013
Thanks for your answer. This is the question; i have complex equation like z=25+j*tan (2*pi*a/0.3) and a is variable. And i want to graph z to a.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by