comparison 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
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
46 ## @end example 46 ## @end example
47 ## 47 ##
48 ## Due to the difficulty of defining an axis about which to rotate the 48 ## Due to the difficulty of defining an axis about which to rotate the
49 ## matrix @code{rot90} only work with 2-D arrays. To rotate N-d arrays 49 ## matrix @code{rot90} only work with 2-D arrays. To rotate N-d arrays
50 ## use @code{rotdim} instead. 50 ## use @code{rotdim} instead.
51 ## @seealso{rotdim, flipud, fliplr, flipdim}
51 ## @end deftypefn 52 ## @end deftypefn
52 ##
53 ## @seealso{rotdim, flipud, fliplr and flipdim}
54 53
55 ## Author: jwe 54 ## Author: jwe
56 55
57 function y = rot90 (x, k) 56 function y = rot90 (x, k)
58 57