Numerical problem in cvx?

As the cvx solver reported, there are some numerical problems in my model. How can i find the numerical
problem according to cvx report?

Welcome to the CVX forum!

Look at the input data in your model. According to the Mosek warnings, there are very large magnitude numbers in the model (as transformed by CVX). Try to change the units used in your program so that all non-zero input data is within a small number of orders of magnitude of one.

ok, thank you very much! i will check the input to fix the numerical problem. thanks.