| Author |
Comment/Response |
Jason B
|
06/23/11 4:02pm
Thanks for taking a look!
I am having a problem when performing an interpolation on some data. Basically I am trying to interpolate 3 points at a time. The vector looks like this:
{{{0,1},{1,2},{2,3}},{{2,3},{3,4},{4,5}}}
What I want to do is interpolate the first 3 data points then separately interpoate the next 3. I am getting something that looks like this:
{Interpolation[{{0,2}},<>],Interpolation[{{2,4}}<>]}
It looks like it is doing what I want but the brackets are giving me a problem. Can anyone tell me how to plot this interpolation function?
URL: , |
|