random numbers in between two ranges
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mudasir Ahmed
el 13 de Jun. de 2015
Comentada: Mudasir Ahmed
el 13 de Jun. de 2015
hi
i want one random number generated between two ranges Like 20 and 50. i there any command who can do this. kindly help me
regards
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 13 de Jun. de 2015
Editada: Azzi Abdelmalek
el 13 de Jun. de 2015
a=20
b=50
n=1000
v=a+(b-a)*rand(1,n)
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!