Column-wise norm of a matrix
cn = colnorm(a) is a vector (1xM) comprising the Euclidean norm of each column of the matrix a (NxM).
norm
© 1990-2014 Peter Corke.