Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Zdenek
Zdenek le 11 Avr 2012
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

Réponses (1)

Paul Kerr-Delworth
Paul Kerr-Delworth le 12 Avr 2012
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

Community Treasure Hunt

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

Start Hunting!

Translated by