How to open and plot .kml file in matlab
189 次查看(过去 30 天)
显示 更早的评论
Hi i want to plot the kml file in matlab. Can anyone please help me out.
0 个评论
采纳的回答
Walter Roberson
2018-8-17
Reading:
https://www.mathworks.com/matlabcentral/fileexchange/35642-kml2struct and https://www.mathworks.com/matlabcentral/fileexchange/25104-kml-matlab-shapefile-conversion
There are several routines that can write KML files https://www.mathworks.com/help/map/standard-file-formats.html
0 个评论
更多回答(1 个)
Stefanie Schwarz
2022-11-11
In R2021b and later, you could use the following functions from Mapping Toolbox to import a KML file and plot the markers on a world map:
>> T = readgeotable("myPlaces.kml");
>> wmmarker(T)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!