bmiafig16.m

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

M
54
字号
function BMIAfig16(OpenNewWindow,HaveTitle,LoadData)

if nargin<2
    HaveTitle=1;
end
if nargin<1
    OpenNewWindow=1;
end
if OpenNewWindow
    figure
end
% BMIAfig16:
%clc; close all;
fprintf('\n');
disp('Figure 16')

disp('Extracting multiple line segments via Beamlet-Decorated')
disp('Recursive Dyadic Partitioning.')

%fig16draw
if LoadData ==1,
  disp('You need to download the file "fig16data.mat" on the web.')
  disp('To download, visit "http://www.isye.gatech.edu/~beamlab/data/".')
  disp('Install the data file at [Your BeamLab Directory]/Applications/BDRDP/.')
  disp('Now waiting...');
  pause;
  disp('Loading data...');
  load fig16data
  fig16draw_d
else%if k == 0, 
  fig16draw_r
  fig16draw_d
end;

fprintf('\n');

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