How to open and plot .kml file in matlab
182 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
Walter Roberson
el 17 de Ag. de 2018
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 comentarios
Más respuestas (1)
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)
0 comentarios
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!