| Author |
Comment/Response |
ed
|
01/13/13 4:00pm
I have a 2 dimensional table (NxN) with positive integer numbers. My goal is to build a frequency list: calculate # of entries for each positive integer.
Example:
if I have a table:
123
234
456
than
F(1)=1, F(2)=2, F(3)=3, F{4)=1, .. F(7)=0
How can I do that in Mathematica?
thank you.
URL: , |
|