Heatmap sort of image

Hi everyone,
Need help in plotting where I have a TSP tour of 25 14 24 43 7 23 6 27 48 8 26 31 28 3 25 and I would like to create a heatmap sort of image that shows the connection/relation between the nodes as shown in the example attached
. Help and ideas are greatly appreciated and many thanks.

Answers (1)

Steven Lord
Steven Lord on 23 Apr 2018

0 votes

Use the heatmap function? Call spy on the adjacency matrix?

1 Comment

Hi Steven,
Thanks for the reply. I'm looking at the spy function as per your suggestion but any idea how I can rank the nodes from the first node of the tour to the next node?
Thanks again.

Sign in to comment.

Asked:

on 23 Apr 2018

Commented:

on 24 Apr 2018

Community Treasure Hunt

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

Start Hunting!