How can i randomly pick a number from the given following matrix below?
A=[0.06 0.47 0.47]
I just want to randomly pick a number from the matrix above. I am doing this in matlab enviornment. please help.
Also, Is it possible assume a variable in matlab that tends to zero, like we do in limits?
If your matrix is
Mthen to pick a random element with uniform probability you can userandi: