Mercurial > hg > octave-lyh
diff scripts/general/rotdim.m @ 5487:fcf8a15a2081
[project @ 2005-10-12 21:23:47 by jwe]
rot90.m
author | jwe |
---|---|
date | Wed, 12 Oct 2005 21:23:47 +0000 |
parents | 4c8a2e4e0717 |
children | 2618a0750ae6 |
line wrap: on
line diff
--- a/scripts/general/rotdim.m +++ b/scripts/general/rotdim.m @@ -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