フィルターのクリア

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.
  1 件のコメント
Saman
Saman 2013 年 11 月 19 日
yes, I have the Symbolic Math Toolbox.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by