Mercurial > hg > octave-nkf
diff scripts/polynomial/polyfit.m @ 14401:2bce551c85b6
doc: Correct typo in polyfit docstring.
* polyfit.m: Correct typo in docstring.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 23 Feb 2012 21:23:49 -0800 |
parents | c87f927d047d |
children | cd375519eab0 |
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m +++ b/scripts/polynomial/polyfit.m @@ -23,7 +23,7 @@ ## Return the coefficients of a polynomial @var{p}(@var{x}) of degree ## @var{n} that minimizes the least-squares-error of the fit to the points ## @code{[@var{x}, @var{y}]}. If @var{n} is a logical vector, it is used -## as a mask to selectivelly force the corresponding polynomial +## as a mask to selectively force the corresponding polynomial ## coefficients to be used or ignored. ## ## The polynomial coefficients are returned in a row vector.