MATLAB Function Reference |
Syntax
Description
B = orth(A)
returns an orthonormal basis for the range of A
. The columns of B
span the same space as the columns of A
, and the columns of B
are orthogonal, so that B'*B = eye(rank(A))
. The number of columns of B
is the rank of A
.
See Also
orient | otherwise |
© 1994-2005 The MathWorks, Inc.