getrpnode.m

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

M
29
字号
%  GetRPnode -- Rect Tree indexing%   Usage%     val = GetRPnode(RPtree,d1,d2,b1,b2)%   Inputs%     RPtree  RPTree data structure%     d1,d2    depth in splitting%     b1,b2    box coordinates at that depth%   Outputs%     i1,i2       index of that node in RPtree% %   Description%     returns the value associated with node of RPtree%     data structure associated with rectangle at (d1,d2,b1,b2)% %%% 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 + -
显示快捷键?