Hi,
You can run the following LabTalk Script.
1. Select Window: Script Window from menu
2. Copy and paste the script below to Script Window
3. Highlight the script and click Enter key to run it
for(int ii = 2; ii <= 4; ii++ )
{
interp1 ix:=col(5) iy:=(col(1), col($(ii)));
}
Regards,
Yuki
OriginLab