Selecting arbitrary sequence of rows from a matrix
Afficher commentaires plus anciens
A=100000x1 made of numbers <3000 : A=[2345,123,4000, etc...]
B=5000x100000 an array of numbers given;
Select A out of B(:,1) for each of 100000 columns.
i.e., make a new cell array out of B picking out 2345x100000; 123x100000; 4000x100000 etc elements
Thanks
3 commentaires
KSSV
le 29 Oct 2018
Pick how? in a order or random?
YOu said A<3000, but i has 4000 in it.
Bruno Luong
le 29 Oct 2018
You'll hard time to store them on your poor PC.
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!