I need to generate a number randomly which is either -1 or 1
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MK96
el 22 de Oct. de 2016
Comentada: MK96
el 22 de Oct. de 2016
Trying to generate either -1 or 1 randomly.
I have looked at;
R = unifrnd(-1,1)
however this generates a random number in the interval (-1,1) whereas I am trying to generate a random number which is either -1 or 1
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Random Number Generation 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!