How can I generate random number between 1 and 10, and at the same time I want to exclude number 3 & 6?
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohd Helmi Mansor
el 21 de Mzo. de 2019
Comentada: Guillaume
el 21 de Mzo. de 2019
How can I generate random number between 1 and 10, and at the same time I want to exclude number 3 & 6 using M-file?
3 comentarios
Guillaume
el 21 de Mzo. de 2019
Why not generate a number between 1 and 10 and if it's 3 or 6 retry? Seems simple enough.
Respuesta aceptada
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!