From: Charles on
Hi guys,

I have a vector A=2 X N vector and another B=2 X M. I want to resample the vector with the larger column to the size of the one with the smaller column. I do not care if I lose some data for now as I am only experimenting with a concept.

Thanks.