mechMH
Mechanical
- Apr 17, 2018
- 4
Hi everyone,
i'm working on a code which has two 5*3 matrices,I want to add each column in say matrix "A" to every column in matrix "B"
so the resultant matrix is 5*9.
I'm doing it with FOR loop but it only returns the final column values. I hope if there are any suggestions!
i'm working on a code which has two 5*3 matrices,I want to add each column in say matrix "A" to every column in matrix "B"
so the resultant matrix is 5*9.
I'm doing it with FOR loop but it only returns the final column values. I hope if there are any suggestions!