how to include a 'probability' when coding.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
cgo
el 22 de Abr. de 2021
Comentada: Jonas
el 22 de Abr. de 2021
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 comentario
Jonas
el 22 de Abr. de 2021
you could generate a random number between 1 and 10 and add 1 if your random number is <=6
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!