Main Content

length

Length of instrument object array

Syntax

length(obj)

Arguments

obj

An instrument object or an array of instrument objects.

Description

length(obj) returns the length of obj. It is equivalent to the command max(size(obj)).

Version History

Introduced before R2006a

See Also