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))
  댓글 수: 2
Onur PEKER
Onur PEKER 2013년 11월 24일
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.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by