how can i create 12 monthly maxima from a uniform distribution between 0 and 6? (using unifrnd)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
EM geo
am 4 Jul. 2018
Beantwortet: Andrei Bobrov
am 4 Jul. 2018
I've tried use the function unifrnd to create for each of 12 months, a random value from 0 to six but something goes wrong. I've used this code:
>> a = 0; b = 1:6; >> R = unifrnd(a,b,[1,12])
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!