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.
거의 4년 전 | 0

