matlab operator What does the fzero command do?

2 次查看(过去 30 天)
What does the fzero command do?
  1 个评论
Stephen23
Stephen23 2016-12-27
编辑:Stephen23 2016-12-27
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 个)

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

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by