How to open and plot .kml file in matlab

268 visualizaciones (últimos 30 días)
Kaushal Kishore
Kaushal Kishore el 17 de Ag. de 2018
Respondida: Stefanie Schwarz el 11 de Nov. de 2022
Hi i want to plot the kml file in matlab. Can anyone please help me out.

Respuesta aceptada

Walter Roberson
Walter Roberson el 17 de Ag. de 2018

Más respuestas (1)

Stefanie Schwarz
Stefanie Schwarz el 11 de Nov. de 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)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by