matlab operator What does the fzero command do?

What does the fzero command do?

1 Kommentar

Stephen23
Stephen23 am 27 Dez. 2016
Bearbeitet: Stephen23 am 27 Dez. 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:

Melden Sie sich an, um zu kommentieren.

Antworten (1)

adi kul
adi kul am 27 Dez. 2016

0 Stimmen

You can read in details what it does by simply writing this on command line:
help fzero

Kategorien

Mehr zu Optimization finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 27 Dez. 2016

Beantwortet:

am 27 Dez. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by