MATLAB: From latitude,longitude, elevation to cartesian coordinates

cartesian coordinateselevationlatitudelongitudeMATLAB and Simulink Student Suite

Hello! I have the data of points on a route in the form of longitude and latitude and elevation of each point. Does anyone know a way in which I can obtain x,y coordinates from these in a 2D plane? The point is that I'd like to calculate things such as distance and curvature along the route.
Thank you.

Best Answer

I suggest to use deg2utm
Related Question