Community Profile

photo

Baila


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

1 year ago | 2 answers | 0

2

answers