Matrices multiplication in a loop

2 次查看(过去 30 天)
tanveer haq
tanveer haq 2019-7-25
Hello
I have many matrices in two categories say M_i and N_j generated in a for loop. They all have order 2*2. I want to conv each M_i with every N_j i.e.
conv(M_1, N_1)
conv(M_1, N_2) ...
then:
conv(M_2, N_1)
conv(M_2, N_2)...
Any help?
  5 个评论
tanveer haq
tanveer haq 2019-7-25
I am new to matlab. Therefore, kindly, write a small code for this idea if possible.
tanveer haq
tanveer haq 2019-7-25
编辑:tanveer haq 2019-7-25
After a long try I succed. Thanks to all of you.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by