how to include a 'probability' when coding.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I wanted to include the concept of 'probability' when coding. For example, giving me a reward of +1 only 60% of the time. How do in incorporate this '60 %' idea?
1 commentaire
Jonas
le 22 Avr 2021
you could generate a random number between 1 and 10 and add 1 if your random number is <=6
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!