how can plot complex data in matlab?
Afficher commentaires plus anciens
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
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
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
