How to select a random number from set 5:20:2000?

2 visualizzazioni (ultimi 30 giorni)
How to select a random number from set 5:20:2000?

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 8 Giu 2019
Modificato: KALYAN ACHARJYA il 8 Giu 2019
idx=5:20:2000;
rand_num=idx(randi(length(idx)));

Più risposte (0)

Categorie

Scopri di più su Random Number Generation in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by