Borrar filtros
Borrar filtros

What to put as input to create adjacency matrix for graph function?

1 visualización (últimos 30 días)
Pallabi Sengupta
Pallabi Sengupta el 31 de Mayo de 2016
Comentada: Jeevan Joishi el 8 de Jun. de 2016
I have been trying to use the graph function of MATLAB using logical adjacency matrix but the function isn't taking any 'double' or 'logical' input. Even for the inputs given in example of the documentation, it is given me the same error: "Undefined function 'graph' for input arguments of type 'double'."
  1 comentario
Jeevan Joishi
Jeevan Joishi el 8 de Jun. de 2016
Check if the toolbox is properly installed or if the function is shadowed by some other function. You can execute the following command to see if there MATLAB is able to find the function 'graph'
>> which -all graph

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by