How to merge cells together?
古いコメントを表示
How do I merge cells together and separate each cell with a ';'?
採用された回答
その他の回答 (1 件)
Jos (10584)
2014 年 5 月 13 日
Another option using STRCAT
A = {'apple.doc', 'apple.xlsx', 'apple.csv', 'banana.doc', 'banana.xlsx'}
B = strcat(A,';')
C = [B{:}]
カテゴリ
ヘルプ センター および File Exchange で ROI-Based Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!