October 21st, 2004, 6:57 pm
Hey..Can anyone help me with something? I want to make a 21 x 1 array, where each entry of the array is itself a vector of dates. However, each of the vectors is of a different dimension. I could always make a matrix of n x 21 where n is the maximum dimensionality of the individual vectors, and backfill with zeroes for the rest; but I was hoping for a cleaner solution. Any advice?Thanks and best rgds