syms x;syms z0 z1 z2 z3 m;syms p a b q;y=z0+z1*x^(1/m)+z2*x^(2/m)+z3*x^(3/m);f=y^p+a*y^q+b*y^m+x;将f展开,按照x的次数排列,用expand不行,结果还是简单的代入,没有展开