How to merge cells together?
Mostra commenti meno recenti
How do I merge cells together and separate each cell with a ';'?
Risposta accettata
Più risposte (1)
Jos (10584)
il 13 Mag 2014
Another option using STRCAT
A = {'apple.doc', 'apple.xlsx', 'apple.csv', 'banana.doc', 'banana.xlsx'}
B = strcat(A,';')
C = [B{:}]
Categorie
Scopri di più su ROI-Based Processing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!