02-21-2013 07:55 AM
Hello everybody,
i need to make an interpolation on a curve which have an interruption. It's a 1D array of data with a serie of NaN inside. I don't know hot to use the different type of interpolation in this case. I tried but i failed. Find here a picture of my problem.
Tanks a lot for you're help
02-22-2013 01:32 PM
Hi Macarel31,
Are you looking to interpolate between the “real” numbers by replacing the NaN values in the array? If this is the case, then this example demonstrates how to accomplish this. If this is not what you are looking to do, let us know.
Best Regards,
Bill