photo

Thijmen van Olden


Last seen: mehr als 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


How to create a random adjacency matrix with a changeable degree and number of players using only for-loops, and if-statements?
clear all clc d=2 n=10; A = zeros(n,n); % Create initial matrix for i = 1:n for j = 1:n if sum(A(i,:))==...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort