How to randomly and uniquely select 2000 samples from an array with 1x460800.

1 次查看(过去 30 天)
Any help much appreciated.

采纳的回答

madhan ravi
madhan ravi 2019-6-24
val(randperm(numel(val),2000))

更多回答(1 个)

Alex Mcaulley
Alex Mcaulley 2019-6-24
Being A your array and N the number of random samples you want:
B = A(randperm(numel(A),N));

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by