Loop in cell array
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Eric
el 11 de Feb. de 2017
Respondida: Star Strider
el 11 de Feb. de 2017
Hi everyone,
I'm currently trying to add a number in the end of a filename like this:
for jj = 1:244
names(jj) = cellstr([pwd '/' file(1).name ',' jj]);
end
But it gives me symbols instead like: . How can I get it to end with a number?
Thanks a lot in advance,
Eric
0 comentarios
Respuesta aceptada
Star Strider
el 11 de Feb. de 2017
I have no idea what you want to do because apparently some of the desired output didn’t appear.
I would use the sprintf function to create the string.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!