Mercurial > hg > octave-avbm
comparison scripts/general/diff.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 (2009-03-28) |
parents | 853f96e8008f |
children | 923c7cb7f13f |
comparison
equal
deleted
inserted
replaced
9044:656ad518f385 | 9051:1bf0ce0930be |
---|---|
39 ## then first non-singleton dimension of the matrix. In this case, | 39 ## then first non-singleton dimension of the matrix. In this case, |
40 ## @code{diff} continues to take the differences along the next | 40 ## @code{diff} continues to take the differences along the next |
41 ## non-singleton dimension. | 41 ## non-singleton dimension. |
42 ## | 42 ## |
43 ## The dimension along which to take the difference can be explicitly | 43 ## The dimension along which to take the difference can be explicitly |
44 ## stated with the optional variable @var{dim}. In this case the | 44 ## stated with the optional variable @var{dim}. In this case the |
45 ## @var{k}-th order differences are calculated along this dimension. | 45 ## @var{k}-th order differences are calculated along this dimension. |
46 ## In the case where @var{k} exceeds @code{size (@var{x}, @var{dim})} | 46 ## In the case where @var{k} exceeds @code{size (@var{x}, @var{dim})} |
47 ## then an empty matrix is returned. | 47 ## then an empty matrix is returned. |
48 ## @end deftypefn | 48 ## @end deftypefn |
49 | 49 |