how to find subsets

21 vues (au cours des 30 derniers jours)
math search
math search le 2 Juin 2014
Hi, if we have a set A={1,2,3,4,5,6} how can we find its subsets with four and five elements.

Réponses (2)

Mischa Kim
Mischa Kim le 2 Juin 2014
Modifié(e) : Mischa Kim le 2 Juin 2014
Hello, use nchoosek
A = [1,2,3,4,5,6];
subsA = nchoosek(A,4)
for four elements, for example.

math search
math search le 2 Juin 2014
Thank you for the reply.

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by