Effacer les filtres
Effacer les filtres

How do i create a system of interconnected nodes?

5 vues (au cours des 30 derniers jours)
Andrea Miceli
Andrea Miceli le 29 Juin 2021
Commenté : Andrea Miceli le 29 Juin 2021
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

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Juin 2021
s = randi(10,12,1); t = randi(10,12,1);
G = graph(s,t);
plot(G)
  4 commentaires
Andrea Miceli
Andrea Miceli le 29 Juin 2021
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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by