Effacer les filtres
Effacer les filtres

How to solve LMIs with equality constraints using MATLAB?

7 vues (au cours des 30 derniers jours)
David Cho
David Cho le 16 Jan 2018
Modifié(e) : Frank le 25 Nov 2018
Hi
I would like to find n by n matrices P and Q that minimize
*J = norm(P) + w*norm(Q), where w is a given weight,
subject to
P>=0, Q>=0, and f(P,Q)=0, where f(P,Q)=0 is a given function of P and Q.*
I tried to solve this problem using the lmi solver of MATLAB, but have no idea how to deal with the equality constraint: f(P,Q)=0.
f(P,Q)=0 is equivalent to f(P,Q)>=0 and f(P,Q)<=0, but MATLAB only solves strictly feasible constraints.
But the above problem contains not strictly feasible constraints.
Is there any good solution to handle this kind of problem using MATLAB?
Thank you.
  2 commentaires
Torsten
Torsten le 17 Jan 2018
Why not using "fmincon" ?
Best wishes
Torsten.
David Cho
David Cho le 17 Jan 2018
Torsten - Thank you for your comment.
How can we use 'fmincon' for multiple decision variables (P and Q)?
Also, in this problem the decision variables are matrices.

Connectez-vous pour commenter.

Réponses (1)

Frank
Frank le 25 Nov 2018
Modifié(e) : Frank le 25 Nov 2018
Section 2.5 of Byod's book Linear Matrix Inequalities in System and Control Theory specifically talks about this problem.

Community Treasure Hunt

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

Start Hunting!

Translated by