How to open and plot .kml file in matlab

조회 수: 241 (최근 30일)
Kaushal Kishore
Kaushal Kishore 2018년 8월 17일
답변: Stefanie Schwarz 2022년 11월 11일
Hi i want to plot the kml file in matlab. Can anyone please help me out.

채택된 답변

Walter Roberson
Walter Roberson 2018년 8월 17일

추가 답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Map Display에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by