How do i create a system of interconnected nodes?
1 view (last 30 days)
Show older comments
Andrea Miceli
on 29 Jun 2021
Commented: Andrea Miceli
on 29 Jun 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 Comments
Accepted Answer
Walter Roberson
on 29 Jun 2021
s = randi(10,12,1); t = randi(10,12,1);
G = graph(s,t);
plot(G)
4 Comments
More Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!