1から6までの独立かつランダムな数値を返すような関数を作成しましょう。

例:

>> [x1,x2] = rollDice();

と入力すると

x1 = 5
x2 = 2

のような解を返します。

Solution Stats

994 Solutions

401 Solvers

Last Solution submitted on Feb 14, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Group


Problem Recent Solvers401

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!