Create orthonormal vectors
by Calvin Price
28 Feb 2008
(Updated 28 Jul 2008)
Creates a random set of orthonormal vectors
|
Watch this File
|
| File Information |
| Description |
Produces an m x n set of orthonormal vectors,
Inputs should be two scalars, m and n, where n is smaller than
or equal to m.
Example: >> get_orthonormal(5,4)
ans =
0.1503 -0.0884 -0.0530 0.8839
-0.4370 -0.7322 -0.1961 -0.2207
-0.3539 0.3098 0.7467 -0.0890
0.7890 -0.1023 0.0798 -0.3701
-0.1968 0.5913 -0.6283 -0.1585 |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 21 Mar 2008 |
Should inform users that a random set of vectors are created each time |
| 28 Jul 2008 |
Program now creates a set of m x n orthonormal vectors, where user chooses m and n. |
|
Contact us at files@mathworks.com