Selecting arbitrary sequence of rows from a matrix
古いコメントを表示
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 件のコメント
KSSV
2018 年 10 月 29 日
Pick how? in a order or random?
YOu said A<3000, but i has 4000 in it.
Bruno Luong
2018 年 10 月 29 日
You'll hard time to store them on your poor PC.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!