changeset 26754:8cf7e2053bf8

maint: merge stable to default.
author Rik <rik@octave.org>
date Wed, 20 Feb 2019 16:51:33 -0800
parents c65ade411d60 (current diff) d6325ba174dd (diff)
children 4cc0df2c5168
files
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/fminsearch.m	Wed Feb 20 22:42:35 2019 +0000
+++ b/scripts/optimization/fminsearch.m	Wed Feb 20 16:51:33 2019 -0800
@@ -20,7 +20,6 @@
 ## -*- texinfo -*-
 ## @deftypefn  {} {@var{x} =} fminsearch (@var{fun}, @var{x0})
 ## @deftypefnx {} {@var{x} =} fminsearch (@var{fun}, @var{x0}, @var{options})
-## @deftypefnx {} {@var{x} =} fminsearch (@var{fun}, @var{x0}, @var{options}, @var{fun_arg1}, @var{fun_arg2}, @dots{})
 ## @deftypefnx {} {@var{x} =} fminsearch (@var{problem})
 ## @deftypefnx {} {[@var{x}, @var{fval}, @var{exitflag}, @var{output}] =} fminsearch (@dots{})
 ##
@@ -51,10 +50,6 @@
 ## an options structure with default values for @code{fminsearch} use
 ## @code{options = optimset ("fminsearch")}.
 ##
-## Additional inputs for the function @var{fun} can be passed as the fourth
-## and higher arguments.  To pass function arguments while using the default
-## @var{options} values, use @code{[]} for @var{options}.
-##
 ## @code{fminsearch} may also be called with a single structure argument
 ## with the following fields:
 ##