How can I draw this graph ( equiangular spiral antenna) using following functions and plot?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Analysis, Benchmarking, and Verification finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!