matlab operator What does the fzero command do?
Mostrar comentarios más antiguos
What does the fzero command do?
1 comentario
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:
Respuestas (1)
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 Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!