MATLAB code. [X,Y] = meshgrid(-10:0.25:10,-10:0.25:10); f = sinc(sqrt((X/pi).^2+(Y/pi).^2)); h = figure(1); mesh(X,Y,f); axis([-10 10 -10 10 ...
確定! 回上一頁