curve fitting: how to get the fitting curve?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
John D'Errico
2013년 12월 6일
편집: John D'Errico
2013년 12월 6일
Use pchip to create a shape preserving spline. ppval can evaluate it.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!