How to open and plot .kml file in matlab
조회 수: 182 (최근 30일)
이전 댓글 표시
Hi i want to plot the kml file in matlab. Can anyone please help me out.
댓글 수: 0
채택된 답변
Walter Roberson
2018년 8월 17일
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
추가 답변 (1개)
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)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!