Selecting arbitrary sequence of rows from a matrix
Show older comments
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 Comments
KSSV
on 29 Oct 2018
Pick how? in a order or random?
YOu said A<3000, but i has 4000 in it.
Bruno Luong
on 29 Oct 2018
You'll hard time to store them on your poor PC.
Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!