As far as keeping your original data points, just keep your original array of data points and, if necessary, work on copies.hi ishuda,
yeah this is linear interpolation as you suggest earlier. yeah using this method my original data points are lost. Then Can you please tell me is there any method to keep my original data points. Also here I got 6 data point just as an example. In my data set I have closely 500-600 points. and I wanna extend it to 1000 data points. Please can you give any solution. Here I attached my original data set.
Thank you.
As mentioned before, extending the original number of data points depends heavily on what the data set represents. As an example consider the following:
x | y1 | y2 |
0 | 0 | 0 |
1 | 5 | 4 |
2 | 8 | 8 |
3 | 2 | 3 |
4 | 16 | 9 |
5 | 1 | 5 |
6 | -4 | 1 |
7 | 1 | 2.5 |
8 | 3 | 4 |
If you plot these, it does appear that the data is somewhat related. I wasn't able to insert the plot