What's the best approach as far as tools packages for a program involving a city map?

1 次查看(过去 30 天)
Hi there,
I need to plot a series of points on a city map, specifically on the city of Barcelona. Those dots represent cellphone base stations. I also need to plot other dots that represent datacenters. With the location of all those dots I need to process distances between them.
What would be the best approach as far as tools packages? I've been reading about mapping tools, but not sure if I'll be able to do what I've explained above.
I could do it over a standar coordenate axis, but I think that doing it over a real map with real distances would simulate better what I'm trying to achieve.

回答(1 个)

Anmol Dhiman
Anmol Dhiman 2020-3-6
Hi,
I am assuming that you just want to find strainght line path between the two points.
You can use the Mapping Toolbox for the same. You can use this link to find the shortest path between the two points.
You can also use Graph for the same and use graph algorithms for the same.
Thanks

类别

Help CenterFile Exchange 中查找有关 Geodesy and Mapping 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by