Permutations of ordered set where only one object changes its position.
Show older comments
Is there a quick way to get all possible permutations where we put one object at all position, while keeping the order of all other objects?
As an examle, consider {A,B,C}.
- Change position of A: ABC, BAC, BCA
- Change position of B: ACB [BAC, ABC both done in 1.]
- Change position of C: CAB [ACB, ABC, done in 1. and 2.]
Accepted Answer
More Answers (0)
Categories
Find more on Multidimensional Arrays 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!