height
Number of table rows
Syntax
H = height(T)
Input argument
T - Input array (table or other).
Output argument
H - a integer value: Number of table rows in Table or size(T, 1).
Description
H = height(T) returns the number of rows in the table T.
The function height(T) is equivalent to size(T, 1), which also provides the number of rows in the table.
Example
See also
History
Version | Description |
---|---|
1.8.0 | initial version |
Author
Allan CORNET
Last updated