필터 지우기
필터 지우기

How to solve LMIs with equality constraints using MATLAB?

조회 수: 7 (최근 30일)
David Cho
David Cho 2018년 1월 16일
편집: Frank 2018년 11월 25일
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
Torsten
Torsten 2018년 1월 17일
Why not using "fmincon" ?
Best wishes
Torsten.
David Cho
David Cho 2018년 1월 17일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Frank
Frank 2018년 11월 25일
편집: Frank 2018년 11월 25일
Section 2.5 of Byod's book Linear Matrix Inequalities in System and Control Theory specifically talks about this problem.

카테고리

Help CenterFile Exchange에서 LMI Solvers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by