creating a sequence of strings

3 次查看(过去 30 天)
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

采纳的回答

Andrei Bobrov
Andrei Bobrov 2012-5-23
cellstr(strcat('l',cellfun(@(x)x{:},nchoosek(regexp(A,'\d','match'),2))))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by