<< NL_F_LinePoint NL_F: Function NL_F_Mysql2Scilab >>

NARVAL >> NL_F: Function > NL_F_MatrixSize

NL_F_MatrixSize

Compute the number of elements of a matrix.

Calling Sequence

[N] = NL_F_MatrixSize(X)

Arguments

X :

Matrix.

N :

Matrix size.

Description

NL_F_MatrixSize performs the number of elements of the matrix .

Examples

x=ones(3,4)//original matrix
[n]=NL_F_MatrixSize(x)//application of NL_F_MatrixSize

Report an issue
<< NL_F_LinePoint NL_F: Function NL_F_Mysql2Scilab >>