C=MATMUL(A,B)
C=A*B, however, performs element-by-element multiplication. Element C(i,j) equals A(i,j)*B(i,j).
C=A*B