Mercurial > hg > octave-lyh
changeset 16013:4efc0c1537df
Fix typo in the documentation of function fsolve
author | Rafael Laboissiere <rafael@laboissiere.net> |
---|---|
date | Thu, 07 Feb 2013 22:01:09 +0100 |
parents | ca37c6023a79 |
children | 980f79a7bb55 |
files | scripts/optimization/fsolve.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m +++ b/scripts/optimization/fsolve.m @@ -96,7 +96,7 @@ ## employ OutputFcn: After a vector is evaluated for residuals, if OutputFcn is ## called with that vector, then the intermediate results should be saved for ## future Jacobian evaluation, and should be kept until a Jacobian evaluation -## is requested or until outputfcn is called with a different vector, in which +## is requested or until OutputFcn is called with a different vector, in which ## case they should be dropped in favor of this most recent vector. A short ## example how this can be achieved follows: ##