km = deg2km(deg)
converts distances from degrees to kilometers, as measured along a great circle on a
sphere with a radius of 6371 km, the mean radius of the Earth.
km = deg2km(deg,radius)
converts distances from degrees to kilometers, as measured along a great circle on a
sphere having the specified radius.
km = deg2km(deg,sphere)
converts distances from degrees to kilometers, as measured along a great circle on a
sphere approximating an object in the Solar System.
Find the circumference of the Earth in kilometers. By default, the deg2km function assumes your input is a measurement of the Earth, which is represented as a sphere with a radius of 6371 kilometers.
Sphere approximating an object in the Solar System, specified as one of the following
values: 'sun', 'moon',
'mercury', 'venus',
'earth', 'mars', 'jupiter',
'saturn', 'uranus',
'neptune', or 'pluto'. The value of
sphere is case-insensitive.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.