How do i create a system of interconnected nodes?

5 次查看(过去 30 天)
Hi evreyone, i was wondering how I could build in matlab a system of nodes interconnected among them, No really need of ML.
Thank you for your attention

采纳的回答

Walter Roberson
Walter Roberson 2021-6-29
s = randi(10,12,1); t = randi(10,12,1);
G = graph(s,t);
plot(G)
  4 个评论
Andrea Miceli
Andrea Miceli 2021-6-29
i am developing a graph system where the nodes (that are banks in my case) have to comunicate among them in order to see how an economical shock can expand into the inter-bank system. I was looking for some tools/funcion that could help me out in doing this. Stateflow looks like what i am really looking for. Thank you

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by