Linear piecewise interpolation problem
Mostrar comentarios más antiguos
Hello. I would like to make a interpolation to my data that I obtain from qqplot in MATLAB . I would like to have eg. three interpolation best fitted lines. Here is my data in represented by qqplot. Any ideas how to simply do this?

Respuestas (1)
Matt J
el 30 de Oct. de 2013
0 votos
4 comentarios
Matt J
el 30 de Oct. de 2013
Once BSFK gives you the pp-form just evaluate it at 2 points between each of the knots. Then you can use polyfit() to fit a line to each pair of points and plot.
Jonasz
el 30 de Oct. de 2013
Matt J
el 31 de Oct. de 2013
The documentation for bsfk should explain everything.
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
