Borrar filtros
Borrar filtros

How can I take the row of the cities from the Travel Salesman Problem?

2 visualizaciones (últimos 30 días)
Hello everybody I need your help about an issue. I found a TSP code from http://www.mathworks.com/matlabcentral/fileexchange/24857-another-tsp-solver/content/solveTSP.m , which I run it in and everything is crystal clear. What I want to ask is how I can take the exactly row of cities after the TSP in an Nx2 matrix. For instance let’s say that the X,Y coordinates of 8 cities is : 2.2592 9.0488 1.7071 9.7975 2.2766 4.3887 4.3570 1.1112 3.1110 2.5806 9.2338 4.0872 4.3021 5.9490 1.8482 2.6221 When I run the program I can take the solution of the problem but not the row of the cities.

Respuesta aceptada

Walter Roberson
Walter Roberson el 2 de Oct. de 2015
Look at the comments in the code:
[cities ind] = solveTSP( cities, display) returns the aranged cities and an index vector of the visiting order
  1 comentario
Ang Vas
Ang Vas el 2 de Oct. de 2015
ok thanks you so much. Sorry for this ,but I am amateur in matlab and I am not so keen on

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Traveling Salesman (TSP) en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by