?? mm2408.m
字號:
% mm2408.m[x,y,z] = peaks; % default output of peaksdx = x(1,2) - x(1,1); % spacing in x directiondy = y(2,1) - y(1,1); % spacing in y directionL = del2(z,dx,dy);surf(x,y,z,abs(L))shading interptitle('Figure 24.8: Discrete Laplacian Color')
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -