Put formula into quadprog

3 次查看(过去 30 天)
Dear all,
I have following formula
and I want to put this on quadprog, but I dont know how to define H, f, A, b ?

采纳的回答

Matt J
Matt J 2021-5-14
编辑:Matt J 2021-5-14
That would be,
A=[]; b=[];
Aeq=[]; beq=[];
lb=zeros(1,numel(z));
and,
  4 个评论
Matt J
Matt J 2021-5-14
You are quite welcome, but please Accept-click the answer to indicate that your question is resolved.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Least Squares 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by