Division used in cvx

I have a problem of using cvx to build an objective function. M1(N,N) is a hermitian matrix, M2(N,N) is also a hermitian matrix, variable X(N,N) is hermitian matrix, so how can I express this in cvx:
abs(trace(M1X)/trace(M2X))
Thank you!