how to use makeUniqueStrings
1 回表示 (過去 30 日間)
古いコメントを表示
c=num2cell((1:10)')
matlab.lang.makeUniqueStrings(c)
4 件のコメント
Dyuman Joshi
2023 年 11 月 14 日
編集済み: Dyuman Joshi
2023 年 11 月 14 日
"I want to change the name of the double numbers"
What do you mean by this?
採用された回答
Dyuman Joshi
2023 年 11 月 14 日
Utilize the functionality of strings -
vec1 = 1:10;
vec2 = 4:10;
[vec1 "A"+vec2]
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!