How can I convert a matrix to string with arrayfun?
1 次查看(过去 30 天)
显示 更早的评论
I have problems converting this array H=[3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1] 1x26 to string which shows counts of a,b,c,d,e .... in a string e.g
3 means 3 a, 5 means 5 b, 1 means 1 z ... So how can I get this string t='aaabbbbbz' from that array ? Thanks in advance.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!