필터 지우기
필터 지우기

Selecting all combinations of points

조회 수: 2 (최근 30일)
Maurilio Matracia
Maurilio Matracia 2021년 2월 2일
답변: Bjorn Gustavsson 2021년 2월 2일
Hi there,
I have a set of points and I would like to generate a code that selects all the possible combinations (the order doesn't matter) of them.
For example, if I have a matrix with the coordinates of the points A, B, C I want to write other matrices with the coordinates extracted from the sets {}, {A}, {B}, {C}, {A,B}, {A,C}, {B,C}, {A,B,C}.
Thank you in advance for your help :)

채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2021년 2월 2일
Have a look at the nextmultichose at the file exchange: next-combination-permutations, and combinator.
HTH

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by