matlab operator What does the fzero command do?

1 回表示 (過去 30 日間)
ALI GUNES CETIK
ALI GUNES CETIK 2016 年 12 月 27 日
回答済み: adi kul 2016 年 12 月 27 日
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 Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by