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
Example
The following example illustrates the use of the NORMALIZE function:
Function | ({3,4,5}) |
Result | {0.424, 0.566, 0.707} |