how to randomly select an element in a matrix

1 visualización (últimos 30 días)
cgo
cgo el 19 de Oct. de 2015
Comentada: PANTHAGADA ANIL KUMAR el 2 de Abr. de 2020
Hi,
I have a matrix for example A = [1,2,3,4,5,6]; I would like to randomly select an element in A.
How do I do that?

Respuesta aceptada

Walter Roberson
Walter Roberson el 19 de Oct. de 2015
A(randi(numel(A)))

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by