How to use 'anapro' command of mosek to produce an input data log?

Thank you! You helped me a lot!
Summary of steps:

  1. use cvx_solver_settings(‘write’, ‘dump.task.gz’); in cvx to produce the mosek task file.
  2. use [r, res] = mosekopt(‘read(dump.task.gz)’); to read it.
  3. use [rcode, res2] = mosekopt(‘anapro’, res.prob); to print the log .