Scilab Function

xyz2blh - Transformation: Cartesian to ellipsoidic coordinates.

Calling Sequence

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

Parameters

Description

Transformation: Cartesian to ellipsoidic coordinates.

Formulas out of Hofmann-Wellenhof u.a(1994):"GPS in der Praxis"

No negative altitudes allowed!

No warranty, there are no inputchecks.

Examples

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

Authors

cos area7@web.de