www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
NORMALIZE Returns the normalized elements of a matrix. The function NORMALIZE could also be written as M/NORM2(M), but this would execute much slower than NORMALIZE. Format NORMALIZE (M) Argument M A matrix. Example The following example illustrates the use of the NORMALIZE function: Function ({3,4,5}) Result {0.424, 0.566, 0.707} Learn more about matrix/array functions.