plotbeamletrdp2.m

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

M
42
字号
%  PlotBeamletRDP2 -- Show Beamlet Recursive Dyadic Partitioning%            Modified from PlotBeamletRDP, it provides number of beamlets been plotted.%   Usage%     PlotBeamletRDP2(vtree,btree,stree,color,ax,D,ifsquarebnd,bndcolor,thre)%   Inputs%     vtree    value tree of the RDP%     btree    wedgelet quadtree specifying partition of image%              split labels%     stree    wedgelet quadtree specifying wedgelet partition of time%              or frequency plane -- split details	  %     color    string, e.g. 'y'%     ax       axis parameter of plot this should be overlaid on%     D        maximum depth of splitting%     ifsquarebnd    if 1, plot subsquare boundary; if 0, not%     bndcolor       color for the subsquare boundary, default is 'color'%     thre           if vtree(*,*)<thre, do not plot the beamlet%   Side Effects%     Unless a ``hold on'' command is performed, this function will%     overwrite the current graphics window.% %   Description%     Plot a 2d partition corresponding to the decomposition%     of the spatial variable.% %   Examples%     see illDyadExten.m% %%% 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 + -
显示快捷键?