All combinations

It returns all possible n-digit combinations of the elements of an L-element alphabet.
396 descargas
Actualizado 27 oct 2011

Ver licencia

% 'alphabet' is an array of L element.n is a positive integer representing
% the number of places in which the elements of 'alphabet' are arranged.
% m=all_comb(alphabet,n) returns an (L^n X n) matrix of all possible
% n-digit combinations of the elements of a given L-element alphabet.
% This function is very useful in finding all possible n-digit numbers
% that may be constructed from a set of digits; and when char(m) is used,
% all possible n-letter words that may constructed from a group of letters
% is found by this function.
% NOTE THAT the transposition operation used in this function in line 35
% will change complex-valued entries to their complex conjugate.
%
% By: Abdulrahman Ikram Siddiq
% Kirkuk - IRAQ
% Thursday Oct.27th 2011 11:15 PM

Citar como

Abdulrahman Siddiq (2024). All combinations (https://www.mathworks.com/matlabcentral/fileexchange/33495-all-combinations), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.

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.0.0.0