Tracking Objective Function Value

Hello sir. I have a very basic doubt. Is there any way to get the primal objective function value as an array? Though I can see it in MATLAB window, but I want it as an array.

Iā€™m afraid not. CVX does not monitor the execution of the solver in any way; it simply waits for the result.

1 Like

Perhaps use the diary command and run a PERL script or something on the diary file?

1 Like

Thanks both of you :blush: