matlab operator What does the fzero command do?
이전 댓글 표시
What does the fzero command do?
댓글 수: 1
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
2016년 12월 27일
You can read in details what it does by simply writing this on command line:
help fzero
카테고리
도움말 센터 및 File Exchange에서 Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!