how to group users into clusters.
이전 댓글 표시
code:
I have four users {1 2 3 4} in the system
these four users on grouping can have 15 different number of possibilities.
i made the code in such a way that the users can be grouped under the following possibilities.
possibility=[1 2;
1 3;
2 4;
3 4]
Could anyone advice me how it can be done.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Third-Party Cluster Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!