K>> V23
Linear matrix variable 15x15 (full, real, 45 variables)
Coeffiecient range: 1e-06 to 1061694.9153
K>> V24
Linear matrix variable 15x15 (full, real, 45 variables)
Coeffiecient range: 1e-06 to 1061694.9153
there is no official command in yalmip called solvesdp, it was declared obsolete 15 years ago
you are solving without checking feasibility or any diagnostics. the first time you solve it, it is infeasible (maybe because of your bugs with V23 etc)
double is obsolete. it is called value
after a few iterations x becomes imaginary, and you have
K>> solvesdp(Constraints(3))