comparison scripts/general/flipdim.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 1c65a8e44ef9
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
28 ## @result{} 2 1 28 ## @result{} 2 1
29 ## 4 3 29 ## 4 3
30 ## @end group 30 ## @end group
31 ## @end example 31 ## @end example
32 ## @end deftypefn 32 ## @end deftypefn
33 ##
33 ## @seealso{fliplr, flipud, rot90 and rotdim} 34 ## @seealso{fliplr, flipud, rot90 and rotdim}
34 35
35 ## Author: David Bateman 36 ## Author: David Bateman
36 37
37 function y = flipdim (x, dim) 38 function y = flipdim (x, dim)