How does MATLAB calculate lb <= x <= ub in LSQLIN?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Paul Kerr-Delworth
el 12 de Abr. de 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
0 comentarios
Ver también
Categorías
Más información sobre Econometrics Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!