# HG changeset patch # User Rik # Date 1411789885 25200 # Node ID 7671033039748c171177ab265d3a0757afa6d041 # Parent 8553b88e59094b4a0a7c2fa85450b26ab3737716 doc: Re-order seealso references in rot90, rotdim. * rot90.m, rotdim.m: Put fliplr ahead of flipud in seealso references (alphabetized). diff -r 8553b88e5909 -r 767103303974 scripts/general/rot90.m --- a/scripts/general/rot90.m Fri Sep 26 09:36:02 2014 -0700 +++ b/scripts/general/rot90.m Fri Sep 26 20:51:25 2014 -0700 @@ -51,7 +51,7 @@ ## i.e., rows and columns. To perform a rotation on any other plane, use ## @code{rotdim}. ## -## @seealso{rotdim, flipud, fliplr, flip} +## @seealso{rotdim, fliplr, flipud, flip} ## @end deftypefn ## Author: jwe diff -r 8553b88e5909 -r 767103303974 scripts/general/rotdim.m --- a/scripts/general/rotdim.m Fri Sep 26 09:36:02 2014 -0700 +++ b/scripts/general/rotdim.m Fri Sep 26 20:51:25 2014 -0700 @@ -51,7 +51,7 @@ ## rotdim ([1, 2; 3, 4], 7, [1, 2]) ## @end group ## @end example -## @seealso{rot90, flipud, fliplr, flip} +## @seealso{rot90, fliplr, flipud, flip} ## @end deftypefn function y = rotdim (x, n, plane)