Why do I receive a "Matrix is singular" warning when using the FMINCON function in the Optimization Toolbox 4.0 (R2008a)?
显示 更早的评论
When I use the FMINCON function, I sometimes receive the following warning,
Warning: Matrix is singular, close to singular or badly scaled.
Results may be inaccurate. RCOND = NaN.
> In compdir at 29
In optim\private\qpsub at 376
In optim\private\nlconst at 736
In fmincon at 696
In myFunction at 19
Warning: Rank deficient, rank = 0, tol = NaN.
> In optim\private\qpsub at 612
In optim\private\nlconst at 736
In fmincon at 696
In myFunction at 19
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!