geoplot で描画した地図で、x,y 座標の単位を変更することはできますか?
이전 댓글 표시
geoplot 関数で描画した時、緯度と経度を指定していますが、座標のメモリと単位が一致していないようです。
単位を合わせる方法を教えてください。
latX = 35.7; % 地点 a の緯度
lonX = 139.7; % 地点 a の経度
latY = 35.63; % 地点 b の緯度
lonY = 139.88; % 地点 b の軽度
geoplot([latX, latY],[lonX,lonY],'g-*') % plot
geolimits([35.5,36],[139.5,140]) % 範囲選択

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 地理プロット에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!