matlab operator What does the fzero command do?

2 visualizaciones (últimos 30 días)
ALI GUNES CETIK
ALI GUNES CETIK el 27 de Dic. de 2016
Respondida: adi kul el 27 de Dic. de 2016
What does the fzero command do?
  1 comentario
Stephen23
Stephen23 el 27 de Dic. de 2016
Editada: Stephen23 el 27 de Dic. de 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:

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Optimization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by