Can i control all gradients of a spline, not just the end points?

1 次查看(过去 30 天)
PROBLEM CONTEXT: I am trying to estimate the y-coordinates of some physical system given that I know x-coordinates and the slopes/gradient of the data (will be <= 10 coordinates). I chose splines so that I do not get over fitting problems with potentially 9th order polynomials!
I would also rather use spline than pchip as I want the gradient curve to be smooth.
If for now I assume that the coordinates are equi-spaced in x and another controlling factor is that the arclength of the spline will be constant does anyone know any way to estimate (iteratively or otherwise) the y-positions? if I can gain some control over the gradients of the spline I believe I should be able to recover the possible y-positions? (i.e. swap my known information from the usual x,y, positions and use the spline to find the gradients and instead use the gradients and x positions to find the y?)
I know this is a second question but its intrinsically linked to the other problem!
Cheers,
Edd

采纳的回答

Matt J
Matt J 2014-9-22
The control over the derivatives that you want is possible through
Arc-length would probably be more work. You would probably need to formulate your own constrained problem using fmincon, I imagine.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Splines 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by