MATLABの地図から位置情報を取得する方法
Show older comments
恐らく初歩的な質問だと思いますが、調べても分からないことがあったので、教えていただきたいです。
webmapを使って、予め分かっている緯度経度を地図上にプロットする方法は分かっているのですが、地図上から位置を1つ選択し緯度経度を取得する方法を教えてください。また、その位置の標高を取得する方法があれば教えてください。
現在、webmapは国土地理院のを利用しています。→ webmap('KokudoMap (KokudoMap)')
よろしくお願いいたします。
Answers (1)
ググったらimputm関数のドキュメントが出てきました。
でも、Mapping Toolboxが無く、ここのLive Scriptでも動かせないです(泣)
webmap
[lat, lon] = inputm
Categories
Find more on Migrate Web Maps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!