creating a sequence of strings
6 ビュー (過去 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
0 件のコメント
採用された回答
Andrei Bobrov
2012 年 5 月 23 日
cellstr(strcat('l',cellfun(@(x)x{:},nchoosek(regexp(A,'\d','match'),2))))
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!