필터 지우기
필터 지우기

How can I Multiply a vector by a weight matrix

조회 수: 4 (최근 30일)
Prince Igweze
Prince Igweze 2019년 11월 17일
편집: Adam Danz 2019년 11월 17일
How can i multiple a 20 by 50 matrix (A) by a 20 by 20 weigting matrix(S)
i.e SA
THANK you
  댓글 수: 2
Fabio Freschi
Fabio Freschi 2019년 11월 17일
If A is 20 by 50 and S is 20 by 20, the product S*A is defined and the result is a 20 by 50 matrix.
Adam Danz
Adam Danz 2019년 11월 17일
편집: Adam Danz 2019년 11월 17일
Here's a quick refresher on matrix multiplication
The only thing you need to know that is Matlab related is that A*B will execute matrix multiplication. A.*B will execute element-wise multiplication.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by