Compute the number of elements of a matrix.
[N] = NL_F_MatrixSize(X)
Matrix.
Matrix size.
NL_F_MatrixSize performs the number of elements of the matrix .
x=ones(3,4)//original matrix [n]=NL_F_MatrixSize(x)//application of NL_F_MatrixSize