dmakessfigure11.m
来自「beamlet变化的工具箱」· M 代码 · 共 32 行
M
32 行
function dMakeSSFigure11(varargin)
% MakeSSFigure11.m -- Figure 11 of Slant Stack Paper
% Usage: MAKESSFIGURE11 will start a new figure window and plot Figure 11 of Slant Stack Paper.
% MAKESSFIGURE11(n) for any argument type n will plot the figure on the current figure
% window and plot Figure 11 of Slant Stack Paper.
if nargin == 0
figure;
else
gcf;
end
subplot(2,2,1);
dMakeSSFigure11_1(1);
subplot(2,2,2);
dMakeSSFigure11_2(1);
subplot(2,2,3);
dMakeSSFigure11_3(1);
subplot(2,2,4);
dMakeSSFigure11_4(1);%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?