The function MeanCenterRowsOfMatrix transforms the two-dimensional array Data such that each row exhibits a zero mean. The found means are returned in the one-dimensional array Means. Please note that the size of the array Means is automatically adjusted to the number of rows of the array Data.