matlab operator What does the fzero command do?

1 vue (au cours des 30 derniers jours)
ALI GUNES CETIK
ALI GUNES CETIK le 27 Déc 2016
Réponse apportée : adi kul le 27 Déc 2016
What does the fzero command do?
  1 commentaire
Stephen23
Stephen23 le 27 Déc 2016
Modifié(e) : Stephen23 le 27 Déc 2016
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:

Connectez-vous pour commenter.

Réponses (1)

adi kul
adi kul le 27 Déc 2016
You can read in details what it does by simply writing this on command line:
help fzero

Catégories

En savoir plus sur Optimization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by