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]

Ahora está siguiendo esta publicación

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

Citar como

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

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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