How to solve LMIs with equality constraints using MATLAB?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LMI Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!