Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 matlab 中创建一个图,而不是某个函数的图,而是一个带有顶点和边的实际图,问题是它不会让我根据示例创建一个图。我究竟做错了什么?有什么我需要安装的库吗?
当我尝试这段代码时:
G1 := Graph([1,a,3], [[1,a],[1,3]]): Graph::printGraphInformation(G1)
它来自文档,它给了我这个错误:
'char' 类型的输入参数的未定义函数 'G1'。