GESCATTER

版本 1.0.0.0 (3.2 KB) 作者: Andrew Stevens
Create a scatter plot in Google Earth (.kml)
2.6K 次下载
更新时间 2009/3/4

查看许可证

GESCATTER creates a .kml file that displays colored circles at the locations specified by the vectors LON and LAT similar to ML's builtin function, SCATTER.The color of the circles is scaled relative to the values provided in third input, C.

I searched the FEX's many submissions dealing with exporting .kml files for Google Earth, but didn't find anything that was similar to ML's built-in function, SCATTER...a function I use regularly to visualize scattered data that are too sparse for gridding. This function is relatively easy to use, for example:

%generate some data
x=(0:0.05:6*pi);
lon = -122.170087 + cos(x)*0.01;
lat = 37.455697 + x*0.001;

%color the points according to their latitude
gescatter('foo.kml',lon,lat,lat)

引用格式

Andrew Stevens (2024). GESCATTER (https://www.mathworks.com/matlabcentral/fileexchange/23187-gescatter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0