how to find subsets

조회 수: 21 (최근 30일)
math search
math search 2014년 6월 2일
답변: math search 2014년 6월 2일
Hi, if we have a set A={1,2,3,4,5,6} how can we find its subsets with four and five elements.

답변 (2개)

Mischa Kim
Mischa Kim 2014년 6월 2일
편집: Mischa Kim 2014년 6월 2일
Hello, use nchoosek
A = [1,2,3,4,5,6];
subsA = nchoosek(A,4)
for four elements, for example.

math search
math search 2014년 6월 2일
Thank you for the reply.

카테고리

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