diff scripts/general/rot90.m @ 5642:2618a0750ae6

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