Matrices multiplication in a loop

1 view (last 30 days)
tanveer haq
tanveer haq on 25 Jul 2019
Edited: tanveer haq on 25 Jul 2019
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 Comments
tanveer haq
tanveer haq on 25 Jul 2019
I am new to matlab. Therefore, kindly, write a small code for this idea if possible.
tanveer haq
tanveer haq on 25 Jul 2019
Edited: tanveer haq on 25 Jul 2019
After a long try I succed. Thanks to all of you.

Sign in to comment.

Answers (0)

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!