필터 지우기
필터 지우기

Maximum common subgraph of two vertex-labeled graphs?

조회 수: 3 (최근 30일)
Yi Yang
Yi Yang 2016년 7월 14일
답변: Prateek Khandelwal 2016년 8월 9일
I am doing a research project and I need to find the maximum common subgraph of two vertex-labeled graphs, does Matlab have functions to do this?

채택된 답변

Prateek Khandelwal
Prateek Khandelwal 2016년 8월 9일
There might not be any direct function in MATLAB to solve your problem.
There are however basic graph data structures available here which you can use to build your solution/algorithm, also, you can refer to MatlabBGL and gaimc for already existing graph algorithms to build upon.

추가 답변 (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