how to use makeUniqueStrings
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
piero
el 14 de Nov. de 2023
Respondida: Dyuman Joshi
el 14 de Nov. de 2023
c=num2cell((1:10)')
matlab.lang.makeUniqueStrings(c)
4 comentarios
Dyuman Joshi
el 14 de Nov. de 2023
Editada: Dyuman Joshi
el 14 de Nov. de 2023
"I want to change the name of the double numbers"
What do you mean by this?
Respuesta aceptada
Dyuman Joshi
el 14 de Nov. de 2023
Utilize the functionality of strings -
vec1 = 1:10;
vec2 = 4:10;
[vec1 "A"+vec2]
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!