comparison scripts/general/rot90.m @ 19166:767103303974

doc: Re-order seealso references in rot90, rotdim. * rot90.m, rotdim.m: Put fliplr ahead of flipud in seealso references (alphabetized).
author Rik <rik@octave.org>
date Fri, 26 Sep 2014 20:51:25 -0700
parents 8b2a919d24bc
children 4197fc428c7d
comparison
equal deleted inserted replaced
19165:8553b88e5909 19166:767103303974
49 ## 49 ##
50 ## The rotation is always performed on the plane of the first two dimensions, 50 ## The rotation is always performed on the plane of the first two dimensions,
51 ## i.e., rows and columns. To perform a rotation on any other plane, use 51 ## i.e., rows and columns. To perform a rotation on any other plane, use
52 ## @code{rotdim}. 52 ## @code{rotdim}.
53 ## 53 ##
54 ## @seealso{rotdim, flipud, fliplr, flip} 54 ## @seealso{rotdim, fliplr, flipud, flip}
55 ## @end deftypefn 55 ## @end deftypefn
56 56
57 ## Author: jwe 57 ## Author: jwe
58 58
59 function B = rot90 (A, k = 1) 59 function B = rot90 (A, k = 1)