Feeds
답변 있음
I want to divide each row of a matrix with corresponding element in another matrix .Please help.
Make sure B is transposed to a column vector, i.e., C=A./B';
I want to divide each row of a matrix with corresponding element in another matrix .Please help.
Make sure B is transposed to a column vector, i.e., C=A./B';
거의 8년 전 | 0
