Borrar filtros
Borrar filtros

How do i create a system of interconnected nodes?

5 visualizaciones (últimos 30 días)
Andrea Miceli
Andrea Miceli el 29 de Jun. de 2021
Comentada: Andrea Miceli el 29 de Jun. de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Jun. de 2021
s = randi(10,12,1); t = randi(10,12,1);
G = graph(s,t);
plot(G)
  4 comentarios
Andrea Miceli
Andrea Miceli el 29 de Jun. de 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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by