matlab operator What does the fzero command do?

What does the fzero command do?

1 个评论

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:

请先登录,再进行评论。

回答(1 个)

You can read in details what it does by simply writing this on command line:
help fzero

类别

帮助中心File Exchange 中查找有关 Optimization 的更多信息

回答:

2016-12-27

Community Treasure Hunt

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

Start Hunting!

Translated by