How to open and plot .kml file in matlab

249 Ansichten (letzte 30 Tage)
Kaushal Kishore
Kaushal Kishore am 17 Aug. 2018
Beantwortet: Stefanie Schwarz am 11 Nov. 2022
Hi i want to plot the kml file in matlab. Can anyone please help me out.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Aug. 2018

Weitere Antworten (1)

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