matlab operator What does the fzero command do?

What does the fzero command do?

댓글 수: 1

Stephen23
Stephen23 2016년 12월 27일
편집: Stephen23 2016년 12월 27일
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:

댓글을 달려면 로그인하십시오.

답변 (1개)

adi kul
adi kul 2016년 12월 27일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Optimization에 대해 자세히 알아보기

질문:

2016년 12월 27일

답변:

2016년 12월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by