create index to graph and find isomorphism

2 次查看(过去 30 天)
Hello
I need to create index to graph like (G1,G2, G3, ....) and find isomorphism between them.

采纳的回答

Steven Lord
Steven Lord 2022-6-30
Can you dynamically create variables with numbered names like G1, G2, G3, etc.? Yes.
Should you do this? The general consensus is no. That Answers post explains why this is generally discouraged and offers several alternative approaches.
Instead make a cell array containing the graph objects then call the isomorphism function on pairs of elements from the cell array.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by