Put formula into quadprog

2 visualizaciones (últimos 30 días)
Soveatin Kuntur
Soveatin Kuntur el 14 de Mayo de 2021
Comentada: Matt J el 14 de Mayo de 2021
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 ?

Respuesta aceptada

Matt J
Matt J el 14 de Mayo de 2021
Editada: Matt J el 14 de Mayo de 2021
That would be,
A=[]; b=[];
Aeq=[]; beq=[];
lb=zeros(1,numel(z));
and,
  4 comentarios
Soveatin Kuntur
Soveatin Kuntur el 14 de Mayo de 2021
thanks!
Matt J
Matt J el 14 de Mayo de 2021
You are quite welcome, but please Accept-click the answer to indicate that your question is resolved.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Linear Least Squares en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by