Group: | Matrix Manipulation |
Topic: | Sorting and Counting |
See also: | {} comp list |
Function: | size | |
Description: | size gives the number of elements, containing in a list. |
Usage: | y = size(x) | |
Input: | ||
x | list | |
Output: | ||
y | integer |
x1=(1:4)' x2=matrix(2,2) y=list(x1,x2,(4:6)') size(y)
Contents of size [1,] 3
Group: | Matrix Manipulation |
Topic: | Sorting and Counting |
See also: | {} comp list |