Ellipse arc length
by Luc Masset
02 Mar 2010
Computes the length of an ellipse arc given the two radiuses and the starting and ending angles.
|
Watch this File
|
| File Information |
| Description |
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
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com