Georeferenciate points for array

1 visualización (últimos 30 días)
Valeria AS
Valeria AS el 18 de Mayo de 2022
Respondida: Udit06 el 14 de Nov. de 2023
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 comentarios
Valeria AS
Valeria AS el 18 de Mayo de 2022
Idk how to add them to my bus stops (array) so I can plot them in this array as bus stops :).
KSSV
KSSV el 18 de Mayo de 2022
Read about scatter, geoscatter

Iniciar sesión para comentar.

Respuestas (1)

Udit06
Udit06 el 14 de Nov. de 2023
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.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by