Selecting all combinations of points
Show older comments
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 :)
Accepted Answer
More Answers (0)
Categories
Find more on Simulink 3D Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!