By what I can replace randint() function.
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Here is a randint function, i am not having communication toolbox. How i can rewrite this statement. k = randint(1,1,10)+5;
0 Commenti
Risposta accettata
Più risposte (1)
Steven Lord
il 20 Set 2018
randi([5, 14], [1 1])
since randint(1, 1, 10) created a number in the range [0, 9].
0 Commenti
Vedere anche
Categorie
Scopri di più su Simscape Electrical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!