MATLAB: How to convert GPS data (lon,lat) data into X, Y (meters)

convert

Hello,
I have two columns (F,G) of longitude and latitude data..i want to convert them into X,Y (METERS) so that i can make trajectory by using X and Y. my data looks like this
Screenshot (77).png

Best Answer

You can convert (lat,lon) which are in degrees to kms using deg2km.
If you want to convert degrees to utms you may have a look here: https://in.mathworks.com/matlabcentral/fileexchange/10915-deg2utm