maximizing multiple quadratic functions

조회 수: 6 (최근 30일)
Maher
Maher 2018년 1월 30일
댓글: Torsten 2018년 1월 31일
I have multiple quadratic functions that I need to maximize subject to linear constraints. How can I do that in matlab. The problem is like this: Maximize: x1^2 + x2^2+...+xn^2
y1^2+y2^2+...+yn^2
z1^2+z2^2+...+zn^2 ............... subject to: F(x1,x2,...,y1,y2,..., z1,z2,...)<=1
G(x1,x2,...,y1,y2,...,z1,z2,....)=0
Where F and G are linear functions.

답변 (1개)

Matt J
Matt J 2018년 1월 30일
Just call quadprog() multiple times.
  댓글 수: 8
Maher
Maher 2018년 1월 31일
I didn't get a vector that attains a maximum value
Torsten
Torsten 2018년 1월 31일
More details ? Code, e.g. ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by