how to generate 10 random numbers ( 0 to 1)

3 views (last 30 days)
Piyush Kushwaha
Piyush Kushwaha on 18 Sep 2020
Edited: KSSV on 18 Sep 2020
how to generate 10 random numbers ( 0 to 1). For ex.,
0.9865, 0.2376, 0.5743,…

Answers (1)

KSSV
KSSV on 18 Sep 2020
Edited: KSSV on 18 Sep 2020
Read about rand.
iwant = rand(1,10)

Categories

Find more on Random Number Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!