Permsnonindentical

lists all nonidentical permutations of a set of numbers i.e. [1,1,2] go to [1,1,2;1,2,1;2,1,1]
140 descargas
Actualizado 6 ene 2012

Ver licencia

Generates all possible permutations using the inbuilt perms function and uses a siphon to distinguish which ones are the same.

Citar como

David Holdaway (2024). Permsnonindentical (https://www.mathworks.com/matlabcentral/fileexchange/34190-permsnonindentical), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Elementary Math en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Modified loop so it didn't break for vectors of the form [a,b,b,b,b...]

1.0.0.0