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