📄 twojetsurf.m
字号:
a = zeros(33); a(16,16)=1;
[L, Lx, Ly, Lxx, Lxy, Lyy] = g2Jet( a, 5 ); colormap copper;
subplot( 'position', [1/3 2/3 1/3 1/3] ); surfl(L); shading interp; axis off; %text(1/2, 2/3, 'L');
subplot( 'position', [1/6 1/3 1/3 1/3] ); surfl(Lx); shading interp; axis off; %text(1/3, 1/3, 'Lx');
subplot( 'position', [3/6 1/3 1/3 1/3] ); surfl(Ly); shading interp; axis off; %text(2/3, 1/3, 'Ly');
subplot( 'position', [0 0 1/3 1/3] ); surfl(Lxx); shading interp; axis off; %text(1/6, 0, 'Lxx');
subplot( 'position', [1/3 0 1/3 1/3] ); surfl(Lxy); shading interp; axis off; %text(1/2, 0, 'Lxy');
subplot( 'position', [2/3 0 1/3 1/3] ); surfl(Lyy); shading interp; axis off; %text(5/6, 0, 'Lyy');
print -depsc2 ../figures/Gauss2Jet.eps
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -