how can plot complex data in matlab?

조회 수: 1 (최근 30일)
sara
sara 2016년 4월 2일
편집: sara 2016년 4월 3일
hi all how can I plot abs(z)<.5? I want to have an image like below. it is for abs(z)=2. thanks

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 2일
alpha=-pi:0.01:pi
k=.5
x=k*cos(alpha);
y=k*sin(alpha);
fill(x,y,'r')
  댓글 수: 1
sara
sara 2016년 4월 3일
편집: sara 2016년 4월 3일
thanks dear Azzi Abdelmalek. and Is there any way for abs(z)>.5.
for example if I want to got the ROC in below how can I plot this?
I mean that how can I get intersection of regions? can you guide me please?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by