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!