How to specify the maximum number of iterations in SDPT3?

I tried to solve a semidefinite programming problem using SDPT3, but it always automatically stops after 100 iterations. How can I specify the maximum number of iterations by myself?

Please see the documentation on SDPT3 itself, and then the cvx_solver_settings command, discussed here. However, if your problem requires more than 100 iterations, it’s likely going to be very difficult to get good results.