matlab operator What does the fzero command do?

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 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeOptimization についてさらに検索

質問済み:

2016 年 12 月 27 日

回答済み:

2016 年 12 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by