I want to use taylor function in CVX, but it looks like that CVX doesn't support the syms variable by taylor, can you help me plz?

syms variables are not supported by CVX.

Either convert the symbolic results manually, or come up with some automated way of doing the conversion. See How to convert Matlab symbolic variables to cvx variables