How can I draw this graph ( equiangular spiral antenna) using following functions and plot?

1 回表示 (過去 30 日間)
Anh Phan Viet
Anh Phan Viet 2020 年 2 月 25 日
コメント済み: darova 2020 年 2 月 27 日
r1= r0.exp(a*phi);
r2= r0.exp(a*(phi-delta));
r3= r0.exp(a*(phi+pi));
r4 = r0.exp(a*(phi-delta+pi));
Delta = pi/2
r0 = 0.5
a = 0.5 rad
phi = 0:pi/36:2*pi
  7 件のコメント
Anh Phan Viet
Anh Phan Viet 2020 年 2 月 27 日
Thanks a lot. I 've now managed to create this
darova
darova 2020 年 2 月 27 日
0_0
congratulations!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeAntennas, Microphones, and Sonar Transducers についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by