A question about Convex feasibility problem

Yes, if the constraints can be written following CVX’s DCP rules. If you just want to find out if there is an x satisfying all the constraints, just include all the constraints in your CVX program, and do not include a minimize or maximize statement.

You can read the CVX Users’ Guide .

You can also read Why isn't CVX accepting my model? READ THIS FIRST!