MATLAB: Solving weighted least squares problem with linear constraints

fminconlsqlin

I am trying to solve a weighted least squares problem with both linear inequality and linear equality constraints. Which Matlab function should I use?

Best Answer

help quadprog
Best wishes
Torsten.