How to merge cells together?
Ältere Kommentare anzeigen
How do I merge cells together and separate each cell with a ';'?
Akzeptierte Antwort
Weitere Antworten (1)
Jos (10584)
am 13 Mai 2014
Another option using STRCAT
A = {'apple.doc', 'apple.xlsx', 'apple.csv', 'banana.doc', 'banana.xlsx'}
B = strcat(A,';')
C = [B{:}]
Kategorien
Mehr zu ROI-Based Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!