DICE: launch N times
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I get N dice of which each face has a number from 1 to 6. I'd like representing all the possibility with a matrix in which each column contains the N value of the dice.
Can you help me to write a script to do this task using only function in the Matlab suite and not other toolbox?
Thanks Marco
0 Commenti
Risposte (2)
Ahmad Moniri
il 14 Feb 2017
I think you should look at the combntns function.
https://uk.mathworks.com/help/map/ref/combntns.html
Torsten
il 14 Feb 2017
https://de.mathworks.com/matlabcentral/fileexchange/24325-combinator-combinations-and-permutations
N=...;
combinator(6,N,'p','r');
Best wishes
Torsten.
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!