A simple problem in creating graph
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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)
Antworten (1)
the cyclist
am 3 Nov. 2013
0 Stimmen
Do you have the Symbolic Math Toolbox? The graph theory commands won't work without it.
1 Kommentar
Saman
am 19 Nov. 2013
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!