📄 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 + -