search for: 1710x244

Displaying 1 result from an estimated 1 matches for "1710x244".

Did you mean: 171024
2010 Oct 15
2
using apply function and storing output
Hi list, I have a 1710x244 matrix of numerical values and I would like to calculate the mean of every group of three consecutive values per column to obtain a new matrix of 570x244. I could get it done using a for loop but how can I do that using apply functions? In addition to this, do I have to initizalize a 570x244 matri...