09-23-2011 12:00 AM
I have 2D array, want to take take average of all column parallel,,
how to do it,,,
Solved! Go to Solution.
09-23-2011 12:05 AM - edited 09-23-2011 12:06 AM
I don't quote know what " average of all column parallel" means, but here's how you would take the average of each column of a 2D array.
The output is a 1D array containing the averages of the columns.