Multiplying a Matrix with every column of another matrix

5 ビュー (過去 30 日間)
Iman Askari
Iman Askari 2021 年 2 月 18 日
コメント済み: Iman Askari 2021 年 2 月 18 日
Suppose we have a matrix A with dimension a*n and another matrix B with dimensions n*b. I would like to multiply matrix A with every column in B to obtain a matrix C of dimension a*b, without using a for loop.

採用された回答

the cyclist
the cyclist 2021 年 2 月 18 日
Do you mean you just want to do standard matrix multipication?
C = A * B
Or did I misunderstand?
  1 件のコメント
Iman Askari
Iman Askari 2021 年 2 月 18 日
Oh well. Thinking about it more I this it is.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOperating on Diagonal Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by