Problem 2289. サイコロを作ろう
1から6までの独立かつランダムな数値を返すような関数を作成しましょう。
例:
>> [x1,x2] = rollDice();
と入力すると
x1 = 5 x2 = 2
のような解を返します。
Solution Stats
Problem Comments
- 
		4 Comments
		    Show
		    1 older comment
		  
		  
		Noriko Hounoki
    	on 9 Jul 2017
	
	
  	できました♪めっちゃヘルプ読みました。
		Noriko Hounoki
    	on 9 Jul 2017
	
	
  	あ、すみません。ヘルプじゃなくてdocでした!
		David Verrelli
    	on 21 Oct 2017
	
	
  	Nice to see problems not just written in English.
		mizuki
    	on 5 Nov 2017
	
	
  	これから日本語の問題を少しずつ増やす予定です。日本語 タグをつけますので、気が向いたらぜひ解いてみてくださいね。
Solution Comments
Show commentsProblem Recent Solvers385
Suggested Problems
- 
         
         4003 Solvers 
- 
         Convert a numerical matrix into a cell array of strings 2235 Solvers 
- 
         Back to basics 22 - Rotate a matrix 922 Solvers 
- 
         Convert a vector into a number 609 Solvers 
- 
         
         1791 Solvers 
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!