Mercurial > hg > octave-lyh
changeset 8829:235d71d77221
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 20 Feb 2009 12:13:21 -0500 |
parents | 8463d1a2e544 |
children | fa981a053064 |
files | doc/interpreter/sparse.txi scripts/general/bicubic.m |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi +++ b/doc/interpreter/sparse.txi @@ -626,7 +626,7 @@ the reordering functions @dfn{colperm} and @dfn{randperm} are also available. -@xref{fig:simplematrix} for an example of the structure of a simple +@xref{fig:simplematrix}, for an example of the structure of a simple positive definite matrix. @float Figure,fig:simplematrix
--- a/scripts/general/bicubic.m +++ b/scripts/general/bicubic.m @@ -23,7 +23,6 @@ ## interpolations at @var{xi} and @var{yi} of the data supplied ## as @var{x}, @var{y} and @var{z}. Points outside the grid are set ## to @var{extrapval}. - ## ## See @url{http://wiki.woodpecker.org.cn/moin/Octave/Bicubic} ## for further information.