CVX Matlab code For Lagrangian Duality Optimization Problem

CVX reports the optimal objective value as cvx_optval, and the optimal argument value as lamda, which is a vector because the declared variable lamda is a vector. if you want something else, I don’t understand what that is.