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

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents fcf8a15a2081
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/general/rotdim.m
+++ b/scripts/general/rotdim.m
@@ -49,9 +49,8 @@
 ## rotdim ([1, 2; 3, 4], 7, [1, 2])
 ## @end group
 ## @end example
+## @seealso{rot90, flipud, fliplr, flipdim}
 ## @end deftypefn
-##
-## @seealso{rot90, flipud, fliplr and flipdim}
 
 function y = rotdim (x, k, plane)