How do I find Euclidean distance of each point from the rest of the points in a group?
Hello, I have a table below. I want to find the distance of each index point from the rest of the index points in the same group formed by combination of Label1 & Label2. For each group (like U1,S1) there are three index points in the table below. I need to calculate distance of point 1 from 2 & 3, 2 from 1 & 3 and 3 from 1 & 2 using X,Y coordinates. Similarly distance should be calculated of each...