Neural Network Toolbox | ![]() ![]() |
Normalize the columns of a matrix
Syntax
normc(M)
Description
normc(M)
normalizes the columns of M
to a length of 1.
Examples
m = [1 2; 3 4]; normc(m) ans = 0.3162 0.4472 0.9487 0.8944
See Also
normr
![]() | nntool | normprod | ![]() |