Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    $\begingroup$ Can you post your points somewhere, so that we can use them to compare? $\endgroup$ Commented Sep 5, 2012 at 20:10
  • 7
    $\begingroup$ I might be understanding your question correctly, but if you want to ensure a continuous derivative you will need to use the following option: ListInterpolation[pts1, {0, 1}, InterpolationOrder -> 4,PeriodicInterpolation -> True, Method -> "Spline"]. By default ListInterpolation is using a Hermite interpolation which does not guarantee a continuous derivative. $\endgroup$ Commented Sep 5, 2012 at 20:22
  • $\begingroup$ Is the function with open ends or a closed loop? And as @rcollyer already said, we really need the points. $\endgroup$ Commented Sep 5, 2012 at 21:16