Linearizing a map projection using gps co ordinates

2 views (last 30 days)
Hello, I am trying to convert GPS in to earth co ordinates. i have reference GPS co-ords and i will have the real time gps for particular location, and also i am using map projection(UTM). how can i linearize the projection such that i can use in GPSto earth conversion ?? Please help me..

Answers (1)

Rob Comer
Rob Comer on 2 Jul 2011
I'm not sure what's meant by earth coordinates -- geodetic latitude, longitude, and height? Or perhaps you're using an earth-centered earth-fixed (ECEF) geocentric Cartesian system? In any case, there are ways to convert among these systems and UTM using the Mapping Toolbox functions mfwdtran, minvtran, geodetic2ecef, and ecef2geodetic, and there's also lla2ecef and ecef2lla in Aerospace Toolbox.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!