How to open and plot .kml file in matlab
194 ビュー (過去 30 日間)
古いコメントを表示
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.
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!