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!