# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1325610192 18000 # Node ID 04dcbb8fb88086defdd1147f0a23c1b8c50ccf06 # Parent 6aa14605c6c049dbb194be058f266e4bec33b687 fsolve.m: Move @seealso to bottom in docstring to silence warning. diff -r 6aa14605c6c0 -r 04dcbb8fb880 scripts/optimization/fsolve.m --- a/scripts/optimization/fsolve.m Mon Jan 02 15:17:54 2012 -0500 +++ b/scripts/optimization/fsolve.m Tue Jan 03 12:03:12 2012 -0500 @@ -86,7 +86,6 @@ ## ## Note: If you only have a single nonlinear equation of one variable, using ## @code{fzero} is usually a much better idea. -## @seealso{fzero, optimset} ## ## Note about user-supplied Jacobians: ## As an inherent property of the algorithm, Jacobian is always requested for a @@ -121,10 +120,11 @@ ## endif ## endfunction ## -## ## @dots{}. +## ## @dots{} ## ## fsolve (@@user_func, x0, optimset ("OutputFcn", @@user_func, @dots{})) ## @end example +## @seealso{fzero, optimset} ## @end deftypefn ## PKG_ADD: ## Discard result to avoid polluting workspace with ans at startup.