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

3 visualizaciones (últimos 30 días)
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

Respuestas (1)

Matt J
Matt J el 6 de Ag. de 2020
This looks like a direct application of lsqlin

Categorías

Más información sobre Linear Least Squares en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by