how to generate random number between two numbers ?
Afficher commentaires plus anciens
i want to generate 100 numbers between 0 and 1 so is there is any command in matlab
Réponses (1)
Matt J
le 17 Sep 2022
rand(1,100);
Catégories
En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!