Message Boards Message Boards

Best way to sample times of different interpolations.

Posted 2 years ago

Best way to sample times of different interpolations. Hello everyone. I have 50 vectors of position vs time. The measurement moments are different for each one of the 50. I have interpolated them as

lammdaWind11=Flatten[Import["lam_1_1.txt","Table"]];
timeWind11=Flatten[Import["tim_1_1.txt" ,"Table" ]];
lammdavsTimeWind11=Transpose[{timeWind11,lammdaWind11}];
IlammdavsTimeWind11=Interpolation[lammdavsTimeWind11];

Now, I have 50 different interpolation functions. I need to sample them so that I can check the value of lammda at the same times for the 50 vectors. I have googled sampling function in Mathematica, but I find nothing. Can someone please point me in the right direction? Any answer is appreciated.

Best regards. Jaime.

POSTED BY: Jaime de la Mota
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract