I am a beginner for CVX and I am trying to solve the below problems, however, I get a wrong message of " Cannot perform the operation norm( {mixed convex/constant}, 2 ),出错 UAV (第 196 行) s1_2=norm([1,x])-x;"

I am currently trying to use Successive Convex Approximation (SCA) to transform the non-convex objective function into a convex one, and then use CVX to solve the minimization problem. The Extended Kalman Filter (EKF) is only used for tracking afterwards and is not involved in the CVX solving process. However, during the SCA iteration, the optimal solution keeps increasing as the number of iterations increases. What should I do now