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!