Graph Theory - Merge two graph variables (with corresponding nodes / edges) of different dimension from Excel ?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have 2 Excel tables (describing two graph edges), created using the function writetable(G.Edges, myXLSXfile).
The differences between excel files (namely between the two graph variables) are the following:
- one of them could have new columns than the other
- one of them could contain new edges
It means both can also have common rows (=edges) and columns (=edges properties).
Now I want to merge these two tables / graphs in such a way to follow this rules for the resulting graph variable:
- it must contain all columns
- it must contain all edges / nodes
- for common nodes / edges having different properties, just one of them (e.g. always the second input graph/table) has the priority on the other (namely must be choosen).
- for all nodes / edges which didn't have new properties before merging, must be set a default value (e.g. 0)
How to get this result? Thanks in advance.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!