How does MATLAB calculate lb <= x <= ub in LSQLIN?

2 ビュー (過去 30 日間)
Zdenek
Zdenek 2012 年 4 月 11 日
Hello,
I have a simple question. How does MATLAB calculate
lb <= x <= ub
in this environment?
x = lsqlin([A;-A],[z;-d],[],[],[],[],lb,ub)
Anybody knows?
z

回答 (1 件)

Paul Kerr-Delworth
Paul Kerr-Delworth 2012 年 4 月 12 日
Hi,
The Optimization Toolbox documentation provides background on the algorithms used by lsqlin. See the Algorithm section in the following link for more details
Best regards,
Paul

カテゴリ

Help Center および File ExchangeLinear Least Squares についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by