Member of the linalgebra class.
c = orth(a)
Generates an orthonormal basis for the range of a matrix.
Examples
A = [1, 2, 3; 4, 5, 6]C = orth(A)
null