How to randomly and uniquely select 2000 samples from an array with 1x460800.

2 vues (au cours des 30 derniers jours)
Md Imp
Md Imp le 24 Juin 2019
Commenté : Md Imp le 24 Juin 2019
Any help much appreciated.

Réponse acceptée

madhan ravi
madhan ravi le 24 Juin 2019
val(randperm(numel(val),2000))

Plus de réponses (1)

Alex Mcaulley
Alex Mcaulley le 24 Juin 2019
Being A your array and N the number of random samples you want:
B = A(randperm(numel(A),N));

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by