Concatenating string in a unique string
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bio_Ing_Sapienza
am 19 Mär. 2019
Beantwortet: Walter Roberson
am 19 Mär. 2019
Hi everyone.
A={'AAA','BBB','CCC','DDD'};
Given that cell array of string I want to obtain an unique string namely I want, call it D to be
D='AAABBBCCCDDD';
How can I do?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!