Normalize the columns of a matrix
Syntax
normc(M)
Description
normc(M) normalizes the columns of M to a length of 1.
(M)
M
Examples
m = [1 2; 3 4]; normc(m) ans = 0.3162 0.4472 0.9487 0.8944
See Also
normr
© 1994-2005 The MathWorks, Inc.