how to use makeUniqueStrings
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
piero
am 14 Nov. 2023
Beantwortet: Dyuman Joshi
am 14 Nov. 2023
c=num2cell((1:10)')
matlab.lang.makeUniqueStrings(c)
4 Kommentare
Dyuman Joshi
am 14 Nov. 2023
Bearbeitet: Dyuman Joshi
am 14 Nov. 2023
"I want to change the name of the double numbers"
What do you mean by this?
Akzeptierte Antwort
Dyuman Joshi
am 14 Nov. 2023
Utilize the functionality of strings -
vec1 = 1:10;
vec2 = 4:10;
[vec1 "A"+vec2]
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!