diff scripts/general/rot90.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000 (2000-01-13)
parents ae7adbb591e8
children 434790acb067
line wrap: on
line diff
--- a/scripts/general/rot90.m
+++ b/scripts/general/rot90.m
@@ -24,7 +24,7 @@
 ## how many 90-degree rotations are to be applied (the default value is 1).
 ## Negative values of @var{n} rotate the matrix in a clockwise direction.
 ## For example,
-## 
+##
 ## @example
 ## @group
 ## rot90 ([1, 2; 3, 4], -1)
@@ -32,11 +32,11 @@
 ##          4  2
 ## @end group
 ## @end example
-## 
+##
 ## @noindent
 ## rotates the given matrix clockwise by 90 degrees.  The following are all
 ## equivalent statements:
-## 
+##
 ## @example
 ## @group
 ## rot90 ([1, 2; 3, 4], -1)