Two sets of XYZ data columns comparison

Joined
Jun 30, 2011
Messages
1
Reaction score
0
Code:
I have two sets of XYZ data like this
X     Y     Z     and     X     Y     Z
0.1   1     1               0.1    1     -1
0.2   1     2               0.2    1     -2
0.3   1     3               0.4    1     -2.9
0.4   1     4               0.45   1     -4.5
0.5   1     5               0.6    1     -6
0.6   1     6
Now I need to superposition these lines and if possible extract sets of XYZ data for the result line

eg...
Code:
    /           
   /             
  /                                 
 /                 
/                          

+

\
 \
  \
   \
    \

=

-----

the problem here is, the X steps are different size which results in different number of rows....ANY IDEAS please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top