arclength

버전 1.0.0.0 (3.26 KB) 작성자: John D'Errico
Compute the arclength of a general curve in any number of dimensions
다운로드 수: 7.2K
업데이트 날짜: 2012/2/1

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

The arclength function computes the length of a general space curve. This is not too difficult if the curve is assumed to be piecewise linear (a one liner) but if the curve is to be a smoothly interpolated spline, then the problem becomes more difficult.

A nice way to solve this problem for the cubic case is to formulate it as a numerical integration, whereupon the solution can be gained from quadgk. Carefully written code breaks the problem into a series of integrals between each pair of breaks on the curve to avoid the derivative singularities one would find otherwise.

인용 양식

John D'Errico (2024). arclength (https://www.mathworks.com/matlabcentral/fileexchange/34871-arclength), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Splines에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0