NORMALIZE Normalize a vector. V2 = normalize(V); Returns the normalization of vector V, such that ||V|| = 1. V can be either a row or a column vector. When V is a MxN array, normalization is performed for each row of the array. See Also: vectors2d, normalizeVector, vectorNorm
Package: matgeom