Tips on Spline fitting and arc length calculation
이전 댓글 표시
I have large data sets with around 5000 values for an x and y array. I am trying to determine the arc length of these arrays using piecewise spline fits. I am able to retrieve the coefficients and break points of the pieces however the while loop I am using takes too long to calculate the arc length of 5000 4th order splines. I was wondering if anyone has any suggestions to shorten the time needed or use a different function for piecewise splines. I am using cspai currently to get my break and coefs for the pieces.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!