curve fitting: how to get the fitting curve?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
John D'Errico
le 6 Déc 2013
Modifié(e) : John D'Errico
le 6 Déc 2013
Use pchip to create a shape preserving spline. ppval can evaluate it.
2 commentaires
Voir également
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

