The first vector (M) has 96 elements and second one (L) has 24. The first is information in every 15mn and the second is information every hour. What I want is to multiply the first four elements in M with the first element in L, to end up with only one vector with 96 elements, like so -
Is there an easy way to do this without making the code too complex?
