I'm trying to do what I think must be a relatively simple operation, but am not sure what tools to use:
I have two point lists L1{1, 2, 3, 4} and L2{1, 2, 3, 4} which I would
like to recombine to create an object that holds a number of point
sets {(1,1), (2,2), (3,3), (4,4)} that I can use as inputs into an
interpolated curve. Any suggestions?
Thank you -
