how can plot complex data in matlab?

4 vues (au cours des 30 derniers jours)
sara
sara le 2 Avr 2016
Modifié(e) : sara le 3 Avr 2016
hi all how can I plot abs(z)<.5? I want to have an image like below. it is for abs(z)=2. thanks

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 2 Avr 2016
alpha=-pi:0.01:pi
k=.5
x=k*cos(alpha);
y=k*sin(alpha);
fill(x,y,'r')
  1 commentaire
sara
sara le 3 Avr 2016
Modifié(e) : sara le 3 Avr 2016
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?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by