Sampling from a set

1 次查看(过去 30 天)
MiauMiau
MiauMiau 2014-5-16
Hi
Given I have a set, my aim is to sample every combination of two samples of size n, which are disjoint.
One example: The set would be {a,b,c,d,e,f,g} and the size would be 3, then I would have: 1. (a,b,c) and (d,e,f) 2. (a,b,c) and (e,f,g) 3. (a,b,d) and (e,f,g) 4. (a,b,d) and (d,e,f) 5. (a,b,d) and (d,e,g)
etc. etc.
Thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Encryption / Cryptography 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by