Feeds
提问
Create a loop which rolls the dice 100 times, stores the sum of all rolls in a variable and then plots a histogram of the sums.
this is my code so far S = 6; R = 1; N = 2; T = 100; out = randi([1 S],[R N T]); I know i am missing a way to store th...
3 years 前 | 2 个回答 | 0
