Mercurial > hg > octave-nkf
diff scripts/general/shiftdim.m @ 9041:853f96e8008f
Cleanup documentation file matrix.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Mar 2009 08:05:35 -0700 |
parents | a1dbe9d80eee |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/general/shiftdim.m +++ b/scripts/general/shiftdim.m @@ -20,9 +20,9 @@ ## @deftypefn {Function File} {@var{y} =} shiftdim (@var{x}, @var{n}) ## @deftypefnx {Function File} {[@var{y}, @var{ns}] =} shiftdim (@var{x}) ## Shifts the dimension of @var{x} by @var{n}, where @var{n} must be -## an integer scalar. When @var{n} is positive, the dimensions of +## an integer scalar. When @var{n} is positive, the dimensions of ## @var{x} are shifted to the left, with the leading dimensions -## circulated to the end. If @var{n} is negative, then the dimensions +## circulated to the end. If @var{n} is negative, then the dimensions ## of @var{x} are shifted to the right, with @var{n} leading singleton ## dimensions added. ##