You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to solve the same problem in R. As far as I understood, it can't be expressed as a LMI with CVXR. Thus, I wrote the dual problem and first checked that the solution is the same in Matlab:
I solved the following Linear Matrix Inequality (LMI) problem using cvx in Matlab:
The result is correct and it is 28.312.
I need to solve the same problem in R. As far as I understood, it can't be expressed as a LMI with CVXR. Thus, I wrote the dual problem and first checked that the solution is the same in Matlab:
and the results coincide.
Unfortunately, when I write the problem in R with CVXR the solution is totally wrong:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: