how can plot complex data in matlab?
古いコメントを表示
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
2016 年 4 月 2 日
alpha=-pi:0.01:pi
k=.5
x=k*cos(alpha);
y=k*sin(alpha);
fill(x,y,'r')
1 件のコメント
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
