Mercurial > hg > octave-nkf
diff scripts/general/flipud.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/general/flipud.m +++ b/scripts/general/flipud.m @@ -33,9 +33,8 @@ ## Due to the difficulty of defining which axis about which to flip the ## matrix @code{flipud} only work with 2-d arrays. To flip N-d arrays ## use @code{flipdim} instead. +## @seealso{fliplr, flipdim, rot90, rotdim} ## @end deftypefn -## -## @seealso{fliplr, flipdim, rot90 and rotdim} ## Author: jwe