How to choose a random value from an array?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ozan aksu
el 21 de Jun. de 2018
Comentada: ozan aksu
el 23 de Jun. de 2018
I have a matrix
A= [2846 2402 2374 209
54 46 45 4
35 70 35 35
2 2 2 2
2 4 10 12]
I want to select a random element among the values which are lower than 50 from the third row, in other words, one of the 35s. I also want to obtain the column number of the value that i have selected. Couldn't find a decent way to do it.
0 comentarios
Respuesta aceptada
Más respuestas (1)
Alfonso
el 21 de Jun. de 2018
Take a look at this answer https://es.mathworks.com/matlabcentral/answers/48852-choose-elements-from-array-randomly
0 comentarios
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!