Why does SDPT3 return NaN when solving an LMI with sdpvar matrix multiplications?
When solving an LMI problem using SDPT3 in MATLAB, the result is NaN when the LMI includes matrix multiplications involving sdpvar variables. How can this be resolved?
The matlab code is given below: