如果把surf(u,v,F);改成surf(v,u,F);
再去掉I=fftshift(fft2(I));或者F=fft2(I);其中的一个,其余的不变,得出来的是图1
而且有错误:Warning: Matrix dimensions must agree, not rendering mesh.
Warning: Matrix dimensions must agree, not rendering mesh.
Warning: Matrix dimensions must agree, not rendering mesh.
Warning: Matrix dimensions must agree, not rendering mesh.
如果不改成surf(v,u,F);再去掉I=fftshift(fft2(I));或者F=fft2(I);其中的一个,得到的是图2,但是没错误