how select random n element af array without replacement

 Respuesta aceptada

KSSV
KSSV el 9 de Oct. de 2016
Editada: KSSV el 9 de Oct. de 2016
Let a be your array..to select 10 memebers randomly out of a use
iwant = randsample(a,10)

Preguntada:

el 9 de Oct. de 2016

Respondida:

el 9 de Oct. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by