I would be really glad if you could suggest me a Matlab library containing functions that will allow me to list: 1) all paths from a source to dest node on a network identified by its adjacency matrix 2) when applying dijkstra algorithm, I want to get the list of nodes not only the distance in terms of edges.
I already looked at this but it just provide with the shortest distance.
Thank you for your support.