fsolve finds a root (zero) of a system of nonlinear equations. x = fsolve(fun,x0) starts at x0 and tries to solve the equations described in fun .
確定! 回上一頁