Combine cell array into a long string
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sean Lineaweaver
il 17 Feb 2021
Risposto: Walter Roberson
il 17 Feb 2021
How do I reformat this cell array into one long string?
Original array:
CA = {'AAA ', 'BBB ', 'CCC '};
Desired String:
'AAA BBB CCC'
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!