Hi,
I am using Mosek in Matlab to solve a conic quadratic program. And the problem description is attached as below. Before, I use the function " quadprog " in Mosek to solve the linearly constrained quadratic program. Now, I need to solve a conic quadratic program. However, when I am searching for the possible function that I should use, I found it is not as convenient and simple as quadprog. This is the link that I found
6.3 Conic Quadratic Optimization — MOSEK Optimization Toolbox for MATLAB 10.0.20 . And the code example in this link is not the same as my problem since the objective function above is linear in optimization variables.
My question is, is there any tutorial ( including simple example code) which can be directly used in solving my problem attached below
in Matlab ?