numel

Type: External

Group: matrix

Syntax

numel(array)

Description

returns the number of elements in array

Examples

numel([2,5,3]) -> 3