How to merge cells together?
Afficher commentaires plus anciens
How do I merge cells together and separate each cell with a ';'?
Réponse acceptée
Plus de réponses (1)
Jos (10584)
le 13 Mai 2014
Another option using STRCAT
A = {'apple.doc', 'apple.xlsx', 'apple.csv', 'banana.doc', 'banana.xlsx'}
B = strcat(A,';')
C = [B{:}]
Catégories
En savoir plus sur ROI-Based Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!