Element by element division in matrix
Hi Team,
I know it is a long shot. But I hope there is a way to do this. Suppose I have 2 matrix with very different number of rows and columns, say A is M x N and B is L x K. How can I divide each element of A matrix with every element of B matrix and Have it in a form of Matrix. I am trying few things with nested for loops but have had no luck yet.
Thanks in advance,
Kadhir


