Feeds
已回答
Subtract values of a row vector to each column of a matrix.
No need to do the for loop. Just data_new = data - columnMeans; will simply work.
Subtract values of a row vector to each column of a matrix.
No need to do the for loop. Just data_new = data - columnMeans; will simply work.
3 years 前 | 0