How to implement the following algorithm in MATLAB ?
Mostrar comentarios más antiguos
Hello all, I am trying to implement MATLAB code for following statements of one of the algorithm which is as follows:
- We consider that there are multiple cellular towers. These towers are called as nodes, where node i and node j are neighbours of each others.
- We consider one of the towers among all the towers as the Macro tower (MT).
- Let the minimum number of hops from
tower to the MT be denoted as
.
After going through web, I understand that number of hops can be computed using Bellman ford algorithm.
My query is that how to implement the Bellman ford algorithm in this scenario.
Any help in this regard will be highly appreciated.
1 comentario
charu shree
el 31 de Mzo. de 2023
Respuesta aceptada
Más respuestas (1)
Steven Lord
el 31 de Mzo. de 2023
0 votos
Categorías
Más información sobre Graph and Network Algorithms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
