
Generating a common x axis from interpolation2 command

mudiyans
Hello, I am fairly new for Igor and I need help with interpolation2 command. I am plotting Cyclic voltammetry data in Igor. These curves have different x axises after iR corrections. Therefore I want to generate a common x axis. I want to know how to exactly use the interpolation2 command for this.
Thank you in advance
Use /I=3 (X values taken from destination wave) and /X=<wave> where <wave> is some wave that you create that has the desired X values.
May 4, 2023 at 09:38 am - Permalink
If you want the output to be waveforms as opposed to XY pairs, you can use /Y=yDest, omit /X=xDest, and specify /I=3 (X from Dest). This creates a waveform output where the X values are determined by the X scaling that you set before calling Interpolate2.
I am attaching an experiment file that illustrates this. See the Demo function in the procedure window.
If you are not familiar with the distinction between XY pairs and waveforms, execute this:
DisplayHelpTopic "The Waveform Model of Data"
and continue to read the following section, "The XY Model of Data".
Here is a copy of the Demo function in the attached experiment file:
May 4, 2023 at 04:30 pm - Permalink
Thank you very much for the really helpful comments. I was able to resolve my issue with these. Thank you very much once again.
July 12, 2023 at 01:00 pm - Permalink