creating a sequence of strings

1 visualización (últimos 30 días)
antonet
antonet el 23 de Mayo de 2012
Hi all,
I would like to creare a particular sequence of string variables. specificallly i have the string varibles: l1, l2, l3l, l4, l5. and i want to create a sequence of combinations of these variables 2 at a time. so i should have l12, l13,l14, l15, l23,l24,l25,l34,l35,l45
thank you

Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 23 de Mayo de 2012
cellstr(strcat('l',cellfun(@(x)x{:},nchoosek(regexp(A,'\d','match'),2))))
  1 comentario
antonet
antonet el 23 de Mayo de 2012
thanks. you are the best!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT Files en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by