Combine cell array into a long string
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sean Lineaweaver
le 17 Fév 2021
Réponse apportée : Walter Roberson
le 17 Fév 2021
How do I reformat this cell array into one long string?
Original array:
CA = {'AAA ', 'BBB ', 'CCC '};
Desired String:
'AAA BBB CCC'
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Characters and Strings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!