📄 green.m
字号:
function out=green( z, x, a, k)% evaluates Green's function for numeric integration% z - integration variable% x - distance between the middle of the segmant and the point in which potential computed% a - radius of the antnna% k - wavenumbers = size(z,2); % size of the intup vector xR = ones( 1, s);for m=1:s R(m) = sqrt( a^2 + (x-z(m))^2);endout = exp(-j*k*R)./(4*pi*R);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -