How can I understand cvx output information?

Hi sir Mark! cvx output at the end of problem solved provide what kind of information and from where I can read about it? Is this important to know or not?

If the quiet option is not used, the solver output is displayed.

Also cvx_optval. Also cvx_status which is discussed in http://cvxr.com/cvx/doc/solver.html#interpreting-the-results .

You should read, or re-read, the whole CVX Users’ Guide so that you can use CVX most effectively - when to user it and when it can not be used.

Thanks for you reply Sir Mark. I am already reading user guide as per your instructions.