필터 지우기
필터 지우기

matrix multiplication with different dimension

조회 수: 1 (최근 30일)
Berbia
Berbia 2013년 1월 26일
I need to perform a matrix multiplication with different dimensions, let
A*B=C;
where the dimension of A is 700*5 and the dimension of C should be 1*5, what will be the dimension of B?? Is this possible??

채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 26일
No. However it would be possible if it were B*A = C instead, in which case B would have to be 1 x 700

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by