how can plot complex data in matlab?
Mostra commenti meno recenti
hi all how can I plot abs(z)<.5? I want to have an image like below. it is for abs(z)=2. thanks
Risposte (1)
Azzi Abdelmalek
il 2 Apr 2016
alpha=-pi:0.01:pi
k=.5
x=k*cos(alpha);
y=k*sin(alpha);
fill(x,y,'r')
1 Commento
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
