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 CenterFile Exchange에서 Econometrics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by