Put formula into quadprog

4 visualizzazioni (ultimi 30 giorni)
Soveatin Kuntur
Soveatin Kuntur il 14 Mag 2021
Commentato: Matt J il 14 Mag 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 ?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Quadratic Programming and Cone Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by