fsolve (Optimization Toolbox) - Northwestern University
www.ece.northwestern.edu › matlabhelp › fsolvefsolvefinds a root (zero) of a system of nonlinear equations. x = fsolve(fun,x0) starts at x0and tries to solve the equations described in fun. x = fsolve(fun,x0,options) Use optimsetto set these parameters. x = fsolve(fun,x0,options,P1,P2,...) Pass an empty matrix for optionsto use the default values for options. [x,fval] = fsolve(fun,x0)