
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 Center 및 File Exchange에서 Design, Analysis, Benchmarking, and Verification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
