오늘보다 나은 내일 2016. 4. 15. 14:39

Root of nonlinear functioncollapse all in page

Syntax

x = fzero(fun,x0)example

x = fzero(fun,x0,options)example

x = fzero(problem)example

[x,fval,exitflag,output] = fzero(___)example

Description