<< CL_co_car2sph Coordinates and frames CL_co_sph2car >>

CelestLab >> Coordinates and frames > CL_co_ell2car

CL_co_ell2car

Elliptical coordinates to cartesian coordinates

Calling Sequence

[pos_car,jacob] = CL_co_ell2car(pos_ell [,er,obla])

Description

Parameters

pos_ell :

[lon;lat;alt] Position vector in elliptical ("geodetic") coordinates [rad,m] (3xN)

er :

(optional) Equatorial radius of reference ellipsoid [m] (default is %CL_eqRad)

obla :

(optional) Oblateness of reference ellipsoid (default is %CL_obla)

pos_car :

[x;y;z] Position vector in cartesian coordinates [m] (3xN)

jacob :

(optional) Transformation jacobian (3x3xN)

Authors

Bibliography

See also

Examples

// Example 1 :
pos_ell = [CL_deg2rad(12.125); CL_deg2rad(108.2); 110.0];
[pos_car,jacob1] = CL_co_ell2car(pos_ell);

Report an issue
<< CL_co_car2sph Coordinates and frames CL_co_sph2car >>