Diffrence between cubic spline (csaps) and smoothing spline in curve fitting toolbox
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I am trying to figure out what is the difference between (if any) the cubic spline (csaps command) and the smoothing spline offered by Curve Fitting Tool in matlab. I looked at some of the places where the info is provided on the two but i couldn't find any place where a differentiation is made. Is there any difference between the 2?
댓글 수: 0
답변 (1개)
John D'Errico
2018년 8월 27일
If you read the docs somewhere below fittype, you will find this comment:
Note
The smoothing spline algorithm is based on the csaps function.
I won't say it was trivial to find. :)
So the two results should be the same.
댓글 수: 0
참고 항목
카테고리
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!