MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [求助]解释程序语句问题(程序没问题,路过也看看,不难的!) (https://www.labfans.com/bbs/showthread.php?t=2756)

zukaldl 2008-05-01 16:05

[求助]解释程序语句问题(程序没问题,路过也看看,不难的!)
 
[SIZE="6"][B][/B][/SIZE]a=imread('11.jpg');
grid on
figure(1)
imshow(a,[])
afft=fft2(a);
aabs=abs(afft(:,:,1));
aabss=fftshift(aabs);
figure(2)
imshow(aabss,[])
colormap(gray);
colorbar
figure(3)
plot(aabss)
colormap(gray);
figure(4)
meshc(aabss)
maxx1=max(max(aabss));
程序已经运行完全问题,但是看不懂程序,请有心人自制后运行看看,然后解释一下好吗??
谢谢~~


所有时间均为北京时间。现在的时间是 03:22

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.