curve fitting: how to get the fitting curve?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone~
I did some curve fitting using curve fitting toolbox. But I don't know how to get the fitting curve. Can somebody help?
Also, in the future I want to do this using code. I'm reading the manual for spline fitting. http://www.mathworks.com/help/curvefit/construction.html
There seems to be lots of kinds of it. I want it shape-conserve, and must pass all the points. Which one should I use?
Any help is appreciated. Thank you!
0 comentarios
Respuestas (1)
John D'Errico
el 6 de Dic. de 2013
Editada: John D'Errico
el 6 de Dic. de 2013
Use pchip to create a shape preserving spline. ppval can evaluate it.
2 comentarios
Ver también
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!