How to open and plot .kml file in matlab

249 ビュー (過去 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 Center および File ExchangeMap Display についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by