GPS2Cart

버전 1.0.1.0 (12.7 KB) 작성자: Tom Ashbee
Plots GPS coordinates on a Cartesian grid
다운로드 수: 1.3K
업데이트 날짜: 2015/10/18

라이선스 보기

Given GPS coordinates, it is often useful to be able to plot the data on a Cartesian grid. The GPS2Cart.m function takes N latitude and longitude coordinates and returns N (x,y) coordinates in the first quadrant of a Cartesian grid (i.e. all x, y>=0).
WARNING: I have been using this for coordinates separated by a few km, and I believe the program does not work well for coordinates with larger separations (e.g. the scale of continents), due to the system being non-Euclidian.

인용 양식

Tom Ashbee (2025). GPS2Cart (https://www.mathworks.com/matlabcentral/fileexchange/51323-gps2cart), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

도움 받은 파일: zoharby/plot_google_map

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1.0

Description.
New function Cart2GPS.m which takes a GPS origin and maps (x,y) coordinates to GPS. Again, assuming distances are Euclidian.

1.0.0.0