how to use makeUniqueStrings
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
c=num2cell((1:10)')
matlab.lang.makeUniqueStrings(c)
4 Commenti
Dyuman Joshi
il 14 Nov 2023
Modificato: Dyuman Joshi
il 14 Nov 2023
"I want to change the name of the double numbers"
What do you mean by this?
Risposta accettata
Dyuman Joshi
il 14 Nov 2023
Utilize the functionality of strings -
vec1 = 1:10;
vec2 = 4:10;
[vec1 "A"+vec2]
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!