Brooks Li
Followers: 0 Following: 0
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.
2 years 前 | 0