How do i create a system of interconnected nodes?

3 ビュー (過去 30 日間)
Andrea Miceli
Andrea Miceli 2021 年 6 月 29 日
コメント済み: Andrea Miceli 2021 年 6 月 29 日
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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by