By what I can replace randint() function.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Karthik K
am 20 Sep. 2018
Beantwortet: Steven Lord
am 20 Sep. 2018
Here is a randint function, i am not having communication toolbox. How i can rewrite this statement. k = randint(1,1,10)+5;
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Steven Lord
am 20 Sep. 2018
randi([5, 14], [1 1])
since randint(1, 1, 10) created a number in the range [0, 9].
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!