| Author |
Comment/Response |
Pedro Zahran
|
06/26/03 3:13pm
I have a list of lists, {{1,2,3},{2,2,4}}, and would like to count the number of 2's, for example, in each list. The output should look like: {{1},{2}}. I haven't had any success in be able to map Count over each list. Thanks.
URL: , |
|