How to open and plot .kml file in matlab

232 vues (au cours des 30 derniers jours)
Kaushal Kishore
Kaushal Kishore le 17 Août 2018
Hi i want to plot the kml file in matlab. Can anyone please help me out.

Réponse acceptée

Walter Roberson
Walter Roberson le 17 Août 2018

Plus de réponses (1)

Stefanie Schwarz
Stefanie Schwarz le 11 Nov 2022
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)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by