Georeferenciate points for array
이전 댓글 표시
Hi!
I've an array (251x251) of bus stops and I want to put them coordinates (georeferenciate them), I've both longitude and latitude and UTM, but don't know how to allocate them in the graph.
Thanks a lot!
댓글 수: 3
KSSV
2022년 5월 18일
Already you have lon and lat, what else you want? Where you want to plot this data?
Valeria AS
2022년 5월 18일
KSSV
2022년 5월 18일
답변 (1개)
Udit06
2023년 11월 14일
0 개 추천
Hi Valeria,
I understand that you want to plot an array of bus stop locations represented in the form of latitudes, longitudes and UTM coordinates on a graph using MATLAB.
You can use MATLAB's "geoshow" function which displays the latitude and longitude vectors lat and lon using the projection stored in the current axesm-based map. You can refer to the following MathWorks documentation to understand more about "geoshow" function.
I hope this helps.
카테고리
도움말 센터 및 File Exchange에서 Coordinate Reference Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!