代码是 f=@(x) x.^3+sqrt(402)*x.^2+(402/3-3)*x-sqrt(402)*(1-402/27);x=[-9 -8];arrayfun(fsolve(f,x),x)结果出现Optimization terminated: first-order optimality is less than options.TolFun.??? Undefined command/function 'arrayfun'.