I have a 18x3 matrix. The three columns represent three separate trials.
What I am trying to do is take the mean of the first row of each column, and put that value into a new matrix, then do that for each subsequent row. So ultimately I would end up with an 18x1 matrix with each value equal...