How to use cvx and how to write this line

That is a linear factional form, which can’t be entered directly in CVX. Hence gamma_c1 can’t be formed in CVX.

It might still be possible to enter your problem, depending on what the problem is.For instance, you can move the denominator over to the LHS.

Iif that does not suit your needs, you might find

to be relevant. But that depends on what your overall optimization problem is.