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?

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by