The problem of constraint expression with norm in CVX

norm is not affine, so can’t be used in an argument of norm.

help cvx/norm

Disciplined convex programming information:
norm is convex, except when P<1, so an error will result if
these non-convex “norms” are used within CVX expressions. norm
is nonmonotonic, so its input must be affine.

Please carefully read