Can I use the graph function to link user defined objects instead of vertices?
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!