How can I multiply these graphs and get x -> y1(x)*y2(x)
Using a simple linear interpolation for the example above the result would be: X; Y1*Y2 1; 5 2; 13.3 3; 39 4; 96 5; 108.3
Somehow I have to rescale the worksheets to the same x-increment and multiply the interpolated y-data then. But how can that rescaling be done in Origin?
1. Plot the dataset as a graph. 2. Use Analysis/Interpolate to create an interpolated graph with an appropriate stepsize. 3. Use the dataset generated for this graph.