Filter löschen
Filter löschen

Put formula into quadprog

3 Ansichten (letzte 30 Tage)
Soveatin Kuntur
Soveatin Kuntur am 14 Mai 2021
Kommentiert: Matt J am 14 Mai 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 ?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by