Solving a LMI problem With CVX (Moderator Note: LMIs are convex, but this is not an LMI)

All the elements of an LMI need to be affine (linear) in the optimization variables; Otherwise it is not a LINEAR Matrix Inequality. CVX will not accept Nonlinear Matrix Inequalities.

Have you proven your problem is convex? I will assume, until you show otherwise, that it is non-convex. iI it is convex, reformulation is required for entry into CVX.