Azzera filtri
Azzera filtri

How to generate probability value randomly?

1 visualizzazione (ultimi 30 giorni)
Hello,
I have a set of discrete value
X=[1 , 2, 10, 5, ...., 4]
I want each value in X contains a probability value between 0 and 1
example:
1: 0.5,
2:0.1,
5:0.9
.....
Thanks.

Risposta accettata

Ameer Hamza
Ameer Hamza il 26 Ott 2020
Try this
X = [1 , 2, 10, 5, 4];
prob = rand(size(X))

Più risposte (0)

Categorie

Scopri di più su MATLAB Coder in Help Center e File Exchange

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by