bandb_refine_bounds.m

来自「数学优化工具箱」· M 代码 · 共 9 行

M
9
字号
function cube = bandb_refine_bounds(cube,opts);  if opts.refine == 1;    if strcmp(opts.type,'l1l1_triangle');      cube=l1l1_triangle_refine_bounds(cube,opts);    elseif strcmp(opts.type,'l1l1_resection');      cube=l1l1_resection_refine_bounds(cube,opts);    end  end;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?