Previous Up Next

14.3.15  Counting elements greater than a given value

The count_sup command counts the number of elements in a matrix which are greater than a given value.

Example

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

Previous Up Next