Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Matrix Manipulation
Topic: Sorting and Counting
See also: cols dim

Function: rows
Description: rows returns the number of rows in an array.

Usage: z = rows (x)
Input:
x d1 x d2 x ... x dn array
Output:
z scalar with the number d1

Example:
rows(matrix(10, 2))

Result:
Contents of rows

[1,]    10



(C) MD*TECH Method and Data Technologies, 05.02.2006