本文最后更新于:2024-07-02T22:37:39+08:00
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| a = [0:0.1:2*pi]; b = pi*cos(a)/2; c = abs(cos(b)./sin(a)); subplot(1,3,1); polar(a,c);
subplot(1,3,2); d = abs(cos(pi*cos(a))*2); polar(a,d);
subplot(1,3,3); e = c.*d; polar(a,e);
|
天线半波振子二元阵图 matlab画图
http://example.com/2013/04/07/ant.html