Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

A simple problem in creating graph

1 visualización (últimos 30 días)
Saman
Saman el 3 de Nov. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
when i try to create a graph (with the code below), there is a error ('' Undefined function 'G' for input arguments of type 'char'.'') , how can i solve it. İ just try the example of the matlab2013a, and I still have the same error.
G := Graph::createCompleteGraph(3):
Graph::printGraphInformation(G)

Respuestas (1)

the cyclist
the cyclist el 3 de Nov. de 2013
Do you have the Symbolic Math Toolbox? The graph theory commands won't work without it.
  1 comentario
Saman
Saman el 19 de Nov. de 2013
yes, I have the Symbolic Math Toolbox.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by