How to use linear and quadratic programming to optimize w to solve the following problem

7 views (last 30 days)
How to use linear and quadratic programming to optimize w to solve the following problem
Minimize ‖-(r0+R1 w)‖
Subject to γ^T c0+γ^T C1 w≤cm
R1 ,C1 are matrices;
w ,r0 ,c0 ,cm are vectors;
γ^T is a constant matrix

Answers (1)

Matt J
Matt J on 6 Aug 2020
This looks like a direct application of lsqlin

Categories

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

Community Treasure Hunt

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

Start Hunting!