matlab operator What does the fzero command do?

1 visualizzazione (ultimi 30 giorni)
ALI GUNES CETIK
ALI GUNES CETIK il 27 Dic 2016
Risposto: adi kul il 27 Dic 2016
What does the fzero command do?
  1 Commento
Stephen23
Stephen23 il 27 Dic 2016
Modificato: Stephen23 il 27 Dic 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:

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by