I have different vectors whose values are between 0-1. The vectors are of different size. Now I want to fit them in one matrix.
Lets say one vector is of 10 (a ) elements and second (b ) is of 60 elements. Now I interpolate the values of vectora to six times and now I can fit botha andb into one matrix. Problem comes whena is of size 19 or 17 and I want to interpolate it upto 60 values. Is it possible ?