I have a column vector Nx1 and a matrix Nx3 and I want to multiply the first element of the Nx1 with all the elements of the first row of the Nx3 matrix and the second element with all the elements of the second row of the Nx3 and so on. Using for loop it is possible to do it. Is there any other way to do it.
Thanks