matlab operator What does the fzero command do?
显示 更早的评论
What does the fzero command do?
1 个评论
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:
回答(1 个)
adi kul
2016-12-27
You can read in details what it does by simply writing this on command line:
help fzero
类别
在 帮助中心 和 File Exchange 中查找有关 Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!