How to randomly and uniquely select 2000 samples from an array with 1x460800.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Any help much appreciated.
0 commentaires
Réponse acceptée
Plus de réponses (1)
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));
Voir également
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!