Normalize the columns of a matrix
Syntax
normc(M)
Description
(M)
M
Examples
m = [1 2; 3 4]; normc(m) ans = 0.3162 0.4472 0.9487 0.8944
See Also
normr