comparison 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
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
31 ## @end example 31 ## @end example
32 ## 32 ##
33 ## Due to the difficulty of defining which axis about which to flip the 33 ## Due to the difficulty of defining which axis about which to flip the
34 ## matrix @code{flipud} only work with 2-d arrays. To flip N-d arrays 34 ## matrix @code{flipud} only work with 2-d arrays. To flip N-d arrays
35 ## use @code{flipdim} instead. 35 ## use @code{flipdim} instead.
36 ## @seealso{fliplr, flipdim, rot90, rotdim}
36 ## @end deftypefn 37 ## @end deftypefn
37 ##
38 ## @seealso{fliplr, flipdim, rot90 and rotdim}
39 38
40 ## Author: jwe 39 ## Author: jwe
41 40
42 function y = flipud (x) 41 function y = flipud (x)
43 42