摘要: 二维高斯函数 %code fgs = @(x,y)exp(-(sqrt(x.^2+y.^2)-70).^2./(2*30.^2)); %圆环半径70F2 = fgs(xp,yp);imagesc(F2) 显示: 二维正弦条纹图: %code 三个相位 clc,clear[xp,yp] = meshg 阅读全文