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

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 个)

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

类别

提问:

2012-4-11

Community Treasure Hunt

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

Start Hunting!

Translated by