Sampling from a set

조회 수: 3 (최근 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에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by