Specify the mean radius of Earth and the distance from Munich to Bangalore measured along the Earth's surface (in kilometers). Compute the spherical distance between Munich and Bangalore in degrees.
dist = 7194;
radEarth = 6371;
R = dist/radEarth;
D = rad2deg(R)
R — Angle in radians scalar | vector | matrix | multidimensional array
Angle in radians, specified as a scalar, vector, matrix, or
multidimensional array. If R contains complex elements, rad2deg converts
the real and imaginary parts separately.
Data Types: single | double Complex Number Support: Yes