remove the mean from vectors
[newVectors, meanValue] = remmean(vectors);
Removes the mean of row vectors. Returns the new vectors and the mean.