nnls.m
来自「matlab最优化工具箱」· M 代码 · 共 13 行
M
13 行
%NNLS Non-linear least squares%% x=nnls(a,b,tolerance) returns the best solution, in the least-squares sense, % to the problem% % min |ax-b|^2 s.t. x<=0% % % The optional argument tolerance specifies how much x can deviate from zero.%% Copyright (c) 1994-1999 by MathTools, Ltd.% Built-in function.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?