How to select a random value from a matrix?
Afficher commentaires plus anciens
How to select a random value from a matrix?
A = [1 2 3 4 5
6 7 8 9 10]
1 commentaire
Jan
le 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.
Réponse acceptée
Plus de réponses (1)
ajith
le 27 Sep 2012
0 votes
JUST USE RAND FUNCTION RAND()
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!