diff scripts/optimization/fzero.m @ 10297:ed88ea036716

improve docs of fzero/fminbnd
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 10 Feb 2010 16:15:30 +0100
parents 035ac548a67e
children 7c97da90fc8f
line wrap: on
line diff
--- a/scripts/optimization/fzero.m
+++ b/scripts/optimization/fzero.m
@@ -30,6 +30,7 @@
 ## On exit, the function returns @var{x}, the approximate zero point
 ## and @var{fval}, the function value thereof.
 ## @var{info} is an exit flag that can have these values:
+##
 ## @itemize
 ## @item 1
 ## The algorithm converged to a solution.
@@ -37,12 +38,6 @@
 ## Maximum number of iterations or function evaluations has been exhausted.
 ## @item -1
 ## The algorithm has been terminated from user output function.
-## @item -2 
-## A general unexpected error.
-## @item -3
-## A non-real value encountered.
-## @item -4
-## A NaN value encountered.
 ## @end itemize
 ## @seealso{optimset, fsolve} 
 ## @end deftypefn