How do i create a system of interconnected nodes?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Jun. de 2021
s = randi(10,12,1); t = randi(10,12,1);
G = graph(s,t);
plot(G)
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows 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!