k-periods uncentered moving average for a matrix
xma = maok(x,k)
x = a (n x l) matrix
k = size of the moving average
xma = the filtered matrix (with the same size of x)
x= grand(200,1,'nor',0,1); xma = maok(x,12)