So basically i have a graph with lots of different X values, but i'm trying to organize it in 0.1 intervals. Below is an example of my problem:
This is an example of what i have:
- X | Y
- 0.1 | 2
- 0.12 | 4
- 0.25 | 8
- 0.34 | 4
- 0.43 | 6
- ...
This is what i'm trying to accomplish (? marks):
- X | Y
- 0.1 | ?
- 0.2 | ?
- 0.3 | ?
- 0.4 | ?
- 0.5 | ?
- ...
Is any way of creating an automatic process, using trend lines, to get the Y values of X's in 0.1 intervals instead of the orginial ones? Thanks in advance for any anwsers. Cheers!
This is an example of what i have:
- X | Y
- 0.1 | 2
- 0.12 | 4
- 0.25 | 8
- 0.34 | 4
- 0.43 | 6
- ...
This is what i'm trying to accomplish (? marks):
- X | Y
- 0.1 | ?
- 0.2 | ?
- 0.3 | ?
- 0.4 | ?
- 0.5 | ?
- ...
Is any way of creating an automatic process, using trend lines, to get the Y values of X's in 0.1 intervals instead of the orginial ones? Thanks in advance for any anwsers. Cheers!