Linear Least Squares With 2 Inequality Constraints
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Royi Avital
el 20 de Ag. de 2015
Comentada: John D'Errico
el 20 de Ag. de 2015
Hello,
I would like to know how can I solve the following Linear Least Squares problem:
arg min(x) (Ax - b)'(Ax - b)
s.t.
Ax >= c
Ax <= d
Is there a way to it in MATLAB?
The Constrained Linear Least Squares in MATLAB only allows one inequality.
Thank You.
1 comentario
John D'Errico
el 20 de Ag. de 2015
It simply is not true that lsqlin only allows one constraint. READ THE HELP.
Respuesta aceptada
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!