how to randomly select an element from an array having the least probability in matlab
panilkumariitb - 2020-04-16T11:43:24+00:00
Question: how to randomly select an element from an array having the least probability in matlab
how to randomly select an element from an array having the least probability in matlab example : A = [ 1,2,3,4,5,6] P = [ 0.01,0.2,0.25.0.2,0.25,0.09] % probability %