Can I use the graph function to link user defined objects instead of vertices?

2 ビュー (過去 30 日間)
Marc Laub
Marc Laub 2020 年 7 月 8 日
回答済み: Steven Lord 2020 年 7 月 8 日
Hey there,
is it possible to use the excisting grapf-function with all its funtionalities to link my own objects rather than only vertices with some coordintes?
I have objects that needs to be linked, they have some properties(like diameter and so on, but no possition) and I thought i cpuld use the build in graph function with its adjacend matrix for that?
Is that possible and if so how, or does it not work becauce of the missing properties like position that are necessary for the graph function?
Many thanks in advance,
Best regards

採用された回答

Steven Lord
Steven Lord 2020 年 7 月 8 日
Depending on what you want to do with the information stored in the user-defined objects, storing them as custom attributes on the nodes of the graph or digraph may be sufficient. See this documentation page for more information.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by