mcttrc_pdsco_rz.m

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

M
30
字号
%  MCTTRC_pdsco_rz -- find Minimum Cost to Time Ratio Cycle through Linear Programming%                  by calling 'pdsco', eliminate have-to-be-zero variables in advance.%   Usage%     [x,ncycles,listcycles] = MCTTRC_pdsco_rz(cost,time);%   Inputs%     [cost,time]   cost and time values for beams, %                   same structure as beamlet coefficients, %                   an (4n)*(4n)*(log2(n)+1) array.%   Outputs%     x             weights of beamlets%     ncycles       number of cycles%     listcycles    list of cycles, each element is a cycle%   See Also%     'pdsco'%  %%% 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 + -
显示快捷键?