fsolve (Optimization Toolbox) - Northwestern University
www.ece.northwestern.edu › toolbox › optimx = fsolve(fun,x0) starts at x0 and tries to solve the equations described in fun. x = fsolve(fun,x0,options) minimizes with the optimization parameters specified in the structure options. Use optimset to set these parameters. x = fsolve(fun,x0,options,P1,P2,...) passes the problem-dependent parameters P1, P2, etc., directly to the function fun.