how to generate 10 random numbers ( 0 to 1)

3 visualizaciones (últimos 30 días)
Piyush Kushwaha
Piyush Kushwaha el 18 de Sept. de 2020
Editada: KSSV el 18 de Sept. de 2020
how to generate 10 random numbers ( 0 to 1). For ex.,
0.9865, 0.2376, 0.5743,…

Respuestas (1)

KSSV
KSSV el 18 de Sept. de 2020
Editada: KSSV el 18 de Sept. de 2020
Read about rand.
iwant = rand(1,10)

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!

Translated by