GEplot

버전 1.2.0.0 (54 KB) 작성자: Rafael Palacios
If you know plot, try GEplot. GEplot uses the same syntax as plot, but draws over Google Earth maps.
다운로드 수: 3.8K
업데이트 날짜: 2017/11/20

라이선스 보기

Creates a file in kmz format that can be opened into Google Earth.
GEplot uses the same syntax as the traditional plot function but requires Latitude and Longitude (WGS84) instead of x and y.
Examples:
GEplot('my_track',Lat,Lon);
GEplot('my_track',Lat,Lon,'o-r','MarkerSize',10,'LineWidth',3)
Colors supported: blue, green, red, cyan, magenta, yellow, black, white.
Symbols supported: point, circle, x-mark, plus, star, square, diamond, filled square, filled diamond,filled circle.
Each plot appears as a separate folder within GE; within the folder line and marks are separated in two layer. Hence it is very easy to show/hide different plots.

If you need to convert from UTM to Lat/Lon you may use utm2deg.m, also available at Matlab Central.
If you want to add Labels and Descriptions to your point, use GEplotLabelsDesc.m, also available at Matlab Central

인용 양식

Rafael Palacios (2024). GEplot (https://www.mathworks.com/matlabcentral/fileexchange/12948-geplot), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Google Earth에 대해 자세히 알아보기

Community Treasure Hunt

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

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

% Version 1.2: Added support for multiple lines. Fixed nargchk warning.
% Fixed error in movifile for Matlab version 2017b. Fixed a path error
% for symbol files: folder GEimages

1.0.0.0

Apparently, similar plotting functions are located in Graphics category.