fmincon to solve optimization involving matrices and norms

2 visualizaciones (últimos 30 días)
Perry Mason
Perry Mason el 21 de Jul. de 2021
Comentada: Perry Mason el 21 de Jul. de 2021
Hello,
I am trying to tackle the following problem using fmincon
minimize (quad_form(x,L))
subject to
norm(B*x-bt,inf)./max(bt)<=1
where is the optimization variable and , and are known.
Any tip about how to code this into fmincon are really welcome.
Thanks.

Respuestas (1)

Walter Roberson
Walter Roberson el 21 de Jul. de 2021
fmincon will receive x as a row vector. Transpose it inside your nonlinear constraint function so that you can do the matrix multiplication.
  1 comentario
Perry Mason
Perry Mason el 21 de Jul. de 2021
Thanks for the answer.
I guess this is it how I tried, but it doesnt work.
Could you please write the matlab code I should write?
Thanks!
(Sorry , I am pretty new at this optimization toolbox)

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by