MATLAB: Interpolation of complex input

complex data interpolation

I tried to use griddata for interpolation of complex data (The Y vector is complex). But it seems that griddata cannot work with complex input. Is there any alternative? Thank you in advance.

Best Answer

You cannot interpolate the real and imaginary parts separately?
help real
help imag
Then put the result back together.