matlab operator What does the fzero command do?
Show older comments
What does the fzero command do?
1 Comment
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:
Answers (1)
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!