Ellipse arc length

버전 1.0.0.0 (1.78 KB) 작성자: Luc Masset
Computes the length of an ellipse arc given the two radiuses and the starting and ending angles.
다운로드 수: 944
업데이트 날짜: 2010/3/2

라이선스 보기

I had to compute the length of arcs of Earth's meridian. I noticed that there was no analytical solution for this so I wrote this very simple function.

It computes the arc length of an ellipse centered on (0,0) with radius a (along OX) and radius b (along OY)

x(t) = a.cos(t)
y(t) = b.sin(t)

with angle t (in radians) between t1 and t2.

The solution is obtained numerically by dividing the arc in small straight segments. In addition, the second output is the length of the complete ellipse compyted with an approximated formula (Ramanujan).

Luc

인용 양식

Luc Masset (2024). Ellipse arc length (https://www.mathworks.com/matlabcentral/fileexchange/26819-ellipse-arc-length), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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