How to open and plot .kml file in matlab

233 次查看(过去 30 天)
Hi i want to plot the kml file in matlab. Can anyone please help me out.

采纳的回答

Walter Roberson
Walter Roberson 2018-8-17

更多回答(1 个)

Stefanie Schwarz
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)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by