Randomly select a column
Afficher commentaires plus anciens
n= 3*100 matrix
i want to select 20 non repeating random column
so, final matrix will be
x=3*20 ;
where 3 rows should be the corresponding column value of the original matrix
Any help would be really appreciated.
Thanks
2 commentaires
Torsten
le 4 Juin 2022
Why do you ask the same question again ?
Here is (again) the answer:
x=n(:,sort(randperm(100,20)))
Md Nazmul Hoque
le 5 Juin 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!