Mercurial > hg > octave-lyh
changeset 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 | 8f0e64f19220 |
children | cfd5e4cad7b4 |
files | scripts/general/rotdim.m |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
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