12-08-2012 01:33 PM
Hi, I believe it is clear as sky but I can't manage to solve it.
I have an 2D array filled with random numbers. I need to create an 1D array representing the frequency of appearance of those numbers.
For example: my 2D array has number from 1 to 100, and I want to check how many times the number 25 appears. I need my 1D array to show this value under the index of 25.
Thanks a lot 🙂
Solved! Go to Solution.
12-08-2012 01:38 PM - edited 12-08-2012 01:40 PM
12-09-2012 09:59 AM
Thanks, it worked fine and dandy 🙂