How to select a random value from a matrix?
Show older comments
How to select a random value from a matrix?
A = [1 2 3 4 5
6 7 8 9 10]
1 Comment
Jan
on 27 Sep 2012
This sounds like a homework question. I suggest to use RANDI or RAND together with FLOOR. The command NUMEL will be helpful also.
Accepted Answer
More Answers (1)
ajith
on 27 Sep 2012
0 votes
JUST USE RAND FUNCTION RAND()
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!