if we add constant value suppose c(=34) in quadratic equation then how we get value of H & f in equation ax^2+bX+c=y ; x = quadprog(H,f)

1 view (last 30 days)
Solve a simple quadratic programming problem: find values of x that minimize
subject to
x1 + x2 ≤ 2 –x1 + 2x2 ≤ 2 2x1 + x2 ≤ 3 0 ≤ x1, 0 ≤ x2.
In matrix notation this

Answers (0)

Categories

Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!