matlab operator What does the fzero command do?

조회 수: 1 (최근 30일)
ALI GUNES CETIK
ALI GUNES CETIK 2016년 12월 27일
답변: adi kul 2016년 12월 27일
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일
You can read in details what it does by simply writing this on command line:
help fzero

카테고리

Help CenterFile Exchange에서 Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by