How can I convert a matrix to string with arrayfun?

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.

回答 (1 件)

Steven Lord
Steven Lord 2021 年 4 月 24 日

0 投票

Use the repelem function.

カテゴリ

ヘルプ センター および File ExchangeCharacters and Strings についてさらに検索

質問済み:

2021 年 4 月 23 日

回答済み:

2021 年 4 月 24 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by