Interpolation::indatg
ListInterpolation::indatg
An error occurs because the grid coordinates are symbols rather than real numbers:
ListInterpolation[{3, 1, 7, 9, 9, 5}, {{x1, x2, x3, x4, x5, x6}}]This shows a valid specification of grid coordinates in ListInterpolation:
ListInterpolation[{3, 1, 7, 9, 9, 5}, {{1, 2, 3, 7, 8, 9}}]