matlab operator What does the fzero command do?

2 views (last 30 days)
What does the fzero command do?
  1 Comment
Stephen23
Stephen23 on 27 Dec 2016
Edited: Stephen23 on 27 Dec 2016
fzero does exactly what it says in the fzero documentation:
x = fzero(fun,x0) tries to find a point x where fun(x) = 0
You can read more about numeric solvers and other numeric optimizers here:

Sign in to comment.

Answers (1)

adi kul
adi kul on 27 Dec 2016
You can read in details what it does by simply writing this on command line:
help fzero

Categories

Find more on Optimization in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!