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

1 次查看(过去 30 天)
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 个评论

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Antennas, 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