Concatenating string in a unique string
2 views (last 30 days)
Show older comments
Bio_Ing_Sapienza
on 19 Mar 2019
Answered: Walter Roberson
on 19 Mar 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 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!