LMI involving Kronceker Product

Answers (1)

Matt J
Matt J on 10 Sep 2020

3 Comments

Thank you! Please have a look at a part of my code. This is what I am talking about. I have tried using YALMIP but I get error "Solver not applicable". I tried sdpt3 and mosek to solve this but it didn't work. If you know how to solve this, kindly help.
The problem is not the kron operator (it is a linear operator). The problem must be that you are multiplying decision variables and thus obtain a noninear SDP, which SDPT3 cannot solve.
You should post YALMIP specific questions on the YALMIP google groups support forum
Thank you for your help! I simplified it more, got rid off kronecker product and got the solution by using mosek.

Sign in to comment.

Categories

Tags

Asked:

on 10 Sep 2020

Commented:

on 12 Sep 2020

Community Treasure Hunt

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

Start Hunting!