Previous Up Next

6.45.14  Counting the elements smaller than a given value: count_inf

The count_inf command counts the number of elements in a matrix less than a given value.


Example.
Input:

count_inf(12,[2,12,45,3,7,78])

Output:

3

Previous Up Next