matrix multiplication with different dimension

1 次查看(过去 30 天)
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