# HG changeset patch # User jwe # Date 1129152227 0 # Node ID fcf8a15a20814044c5824dffa52f08e0ba904b7a # Parent 8f0e64f19220d2af66fbfacc8c08f787acadf4a0 [project @ 2005-10-12 21:23:47 by jwe] rot90.m diff -r 8f0e64f19220 -r fcf8a15a2081 scripts/general/rotdim.m --- a/scripts/general/rotdim.m Mon Oct 10 19:27:01 2005 +0000 +++ b/scripts/general/rotdim.m Wed Oct 12 21:23:47 2005 +0000 @@ -44,11 +44,9 @@ ## ## @example ## @group -## rot90 ([1, 2; 3, 4], -1, [1, 2]) -## @equiv{} -## rot90 ([1, 2; 3, 4], 3, [1, 2]) -## @equiv{} -## rot90 ([1, 2; 3, 4], 7, [1, 2]) +## rotdim ([1, 2; 3, 4], -1, [1, 2]) +## rotdim ([1, 2; 3, 4], 3, [1, 2]) +## rotdim ([1, 2; 3, 4], 7, [1, 2]) ## @end group ## @end example ## @end deftypefn