Mercurial > hg > octave-nkf
comparison scripts/general/flipdim.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 |
---|---|
27 ## flipdim ([1, 2; 3, 4], 2) | 27 ## flipdim ([1, 2; 3, 4], 2) |
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 ## @seealso{fliplr, flipud, rot90, rotdim} | |
32 ## @end deftypefn | 33 ## @end deftypefn |
33 ## | |
34 ## @seealso{fliplr, flipud, rot90 and rotdim} | |
35 | 34 |
36 ## Author: David Bateman | 35 ## Author: David Bateman |
37 | 36 |
38 function y = flipdim (x, dim) | 37 function y = flipdim (x, dim) |
39 | 38 |