Community Profile

photo

Baila


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

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

1年以上 前 | 2 件の回答 | 0

2

回答