comparison scripts/general/rot90.m @ 5488:cfd5e4cad7b4

[project @ 2005-10-12 21:23:50 by jwe]
author jwe
date Wed, 12 Oct 2005 21:23:50 +0000
parents 4c8a2e4e0717
children 2618a0750ae6
comparison
equal deleted inserted replaced
5487:fcf8a15a2081 5488:cfd5e4cad7b4
38 ## equivalent statements: 38 ## equivalent statements:
39 ## 39 ##
40 ## @example 40 ## @example
41 ## @group 41 ## @group
42 ## rot90 ([1, 2; 3, 4], -1) 42 ## rot90 ([1, 2; 3, 4], -1)
43 ## @equiv{}
44 ## rot90 ([1, 2; 3, 4], 3) 43 ## rot90 ([1, 2; 3, 4], 3)
45 ## @equiv{}
46 ## rot90 ([1, 2; 3, 4], 7) 44 ## rot90 ([1, 2; 3, 4], 7)
47 ## @end group 45 ## @end group
48 ## @end example 46 ## @end example
49 ## 47 ##
50 ## Due to the difficulty of defining an axis about which to rotate the 48 ## Due to the difficulty of defining an axis about which to rotate the