xmbmiafig09.m

来自「beamlet变化的工具箱」· M 代码 · 共 31 行

M
31
字号
% BMIAfig09:
clc; close all;
fprintf('\n');
disp('Figure 9')
disp('For the Picasso image, we plot the beamlets at each of ')
disp('several scales whose coefficients exceed a predetermined')
disp('threshold.')
fprintf('\n');
disp('Warning: It takes some time to generate the figures.')

fig09draw;

fprintf('\n');

disp('For more information, visit subdirectory [Applications/BDRDP].');
disp('*** END Figure 9 ***');
%% 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 + -
显示快捷键?