I know have (2) seperate arrays that hold an undefined number of information. I would like to take array-1 and array-2 and create an average array between the two
array1 array2 arrayAVG
4096 4095 4095.5
4071 4012 4041.5
4000 3812 3906
This would be the idea of how i wnat it, then i would take the arrayAVG and write to a file.