필터 지우기
필터 지우기

creating a sequence of strings

조회 수: 2 (최근 30일)
antonet
antonet 2012년 5월 23일
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))))
  댓글 수: 1
antonet
antonet 2012년 5월 23일
thanks. you are the best!

댓글을 달려면 로그인하십시오.

추가 답변 (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