Multi-Array comparison
Hello everybody,
I have three fltarr(460,483) and I would like to compare them, finding for each element i,j of the arrays which one among the three guarantee the maximum value. However, since I just need to know a sort of "best server" index, I'm looking for the percentage so finding the total amount will be enough. I've found out the WHERE function, but in my case (three or more arrays) should I make a loop? Any ideas?
Thanks,
Giuseppe
|