Print the problem that is sent to the external solver Uncategorized Jun 6, 2014 Z zohar Jun 6, 2014 #1 How do I print the problem that cvx sends to mosek? M Michael C. Grant Jun 7, 2014 #2 You can’t. But you can use the command cvx_solver_settings( 'dumpfile',filename) to save the solver data to a file. Type help cvx_solver_settings for information. Z zohar Jun 7, 2014 #3 The struct prob in the dump file is exactly what I was looking for. Thanks