Info

此问题已关闭。 请重新打开它进行编辑或回答。

A simple problem in creating graph

1 次查看(过去 30 天)
Saman
Saman 2013-11-3
关闭: MATLAB Answer Bot 2021-8-20
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)

回答(1 个)

the cyclist
the cyclist 2013-11-3
Do you have the Symbolic Math Toolbox? The graph theory commands won't work without it.

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by