Scilab Function

xyz2blh - Umwandlung: Kartesische in Ellipsoidische Koordinaten.

Calling Sequence

[bb,l,h] = xyz2blh(x,y,z)
[bb,l,h] = xyz2blh(x,y,z,ell)

Parameters

Description

Umwandlung: Kartesische in Ellipsoidische Koordinaten

Formeln aus Hofmann-Wellenhof u.a(1994):"GPS in der Praxis"

Keine negativen Höhen! (matrix fähig)

Keine Gewähr, da keine Abfragen.

Examples

   [bb,l,h]=xyz2blh(x,y,z)
  
  
   [bb,l,h]=xyz2blh(x,y,z,'bessel')
  
  

Authors

cos area7@web.de

Bibliography

Formeln aus Hofmann-Wellenhof u.a(1994):"GPS in der Praxis"