Question
Create a function that add each line of a matrix to each line of another matrix
Hi all,
Can anyone help me on this please?
I would like to create a function that add each line of a 12x6 matrix to each line of another 12x6 matrix and return a 144x6 matrix.
Thanks
Ahmed

