サイコロを作ろう - MATLAB Cody - MATLAB Central

Problem 2289. サイコロを作ろう

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

例:

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

と入力すると

x1 = 5
x2 = 2

のような解を返します。

Solution Stats

42.29% Correct | 57.71% Incorrect
Last Solution submitted on May 08, 2025

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers377

Community Treasure Hunt

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

Start Hunting!
Go to top of page