How does MATLAB calculate lb <= x <= ub in LSQLIN?
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Econometrics Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!