how to use makeUniqueStrings
1 view (last 30 days)
Show older comments
c=num2cell((1:10)')
matlab.lang.makeUniqueStrings(c)
4 Comments
Dyuman Joshi
on 14 Nov 2023
Edited: Dyuman Joshi
on 14 Nov 2023
"I want to change the name of the double numbers"
What do you mean by this?
Accepted Answer
Dyuman Joshi
on 14 Nov 2023
Utilize the functionality of strings -
vec1 = 1:10;
vec2 = 4:10;
[vec1 "A"+vec2]
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!