MATLAB software for graph theory

3.5k Views Asked by At

I'm currently working on an undergraduate thesis that requires the use of graph theory(shortest path problem) in MATLAB. However, all the graph functions that I see in the MATLAB help bar do not make use of square grids. I am currently using the graphtraverse function for traversal by following adjacent nodes.

Is there any way where I can convert all the nodes into square grids?

Thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

If you need something that you cannot find in MATLAB / official toolboxes it is a good idea to check out the MATLAB exchange (http://www.mathworks.de/matlabcentral/fileexchange).

For graph theory there is for example the following toolbox available (http://www.mathworks.de/matlabcentral/fileexchange/4266)

Peter